From 164d9b8b7120cef5d01173a61410260cbdc14c1e Mon Sep 17 00:00:00 2001 From: Terje Io Date: Sun, 10 Jan 2021 09:30:22 +0100 Subject: [PATCH] spelling mistake/case fix --- plugins/networking/networking.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/networking/networking.h b/plugins/networking/networking.h index e05bbcde..af0efcee 100644 --- a/plugins/networking/networking.h +++ b/plugins/networking/networking.h @@ -27,11 +27,11 @@ #endif #if TELNET_ENABLE -#include "TCPSTream.h" +#include "TCPStream.h" #endif #if WEBSOCKET_ENABLE -#include "WsSTream.h" +#include "WsStream.h" #endif //*****************************************************************************