Fixed typo

This commit is contained in:
Chomp
2025-06-05 09:51:30 +01:00
parent f1d4a098d2
commit 9dd62471e8
@@ -40,7 +40,7 @@ public class WebSocketServer(
if (_logger.IsLogEnabled(LogLevel.Debug))
{
_logger.Debug($"[WS] Notifying handlers of new websocket connection openning with reference {sessionIdContext}");
_logger.Debug($"[WS] Notifying handlers of new websocket connection opening with reference {sessionIdContext}");
}
foreach (var wsh in socketHandlers)
{