Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

Commit 164d9b8

Browse files
committed
spelling mistake/case fix
1 parent 267c8e5 commit 164d9b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/networking/networking.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
#endif
2828

2929
#if TELNET_ENABLE
30-
#include "TCPSTream.h"
30+
#include "TCPStream.h"
3131
#endif
3232

3333
#if WEBSOCKET_ENABLE
34-
#include "WsSTream.h"
34+
#include "WsStream.h"
3535
#endif
3636

3737
//*****************************************************************************

0 commit comments

Comments
 (0)