diff --git a/CryptoExchange.Net/Logging/Extensions/SocketConnectionLoggingExtension.cs b/CryptoExchange.Net/Logging/Extensions/SocketConnectionLoggingExtension.cs index d543d84..1eb7146 100644 --- a/CryptoExchange.Net/Logging/Extensions/SocketConnectionLoggingExtension.cs +++ b/CryptoExchange.Net/Logging/Extensions/SocketConnectionLoggingExtension.cs @@ -183,7 +183,7 @@ namespace CryptoExchange.Net.Logging.Extensions _sendingData = LoggerMessage.Define( LogLevel.Trace, new EventId(2028, "SendingData"), - "[Sckt {SocketId}] [Req {RequestId}] sending messsage: {Data}"); + "[Sckt {SocketId}] [Req {RequestId}] sending message: {Data}"); _receivedMessageNotMatchedToAnyListener = LoggerMessage.Define( LogLevel.Warning,