From 099907343542a9616c65ba730a1d0d937dc25ad5 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant <bsergeant@mz.com> Date: Wed, 20 Mar 2019 18:25:28 -0700 Subject: [PATCH] fix typo --- ixwebsocket/IXWebSocketTransport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ixwebsocket/IXWebSocketTransport.h b/ixwebsocket/IXWebSocketTransport.h index 45b17944..73b7a350 100644 --- a/ixwebsocket/IXWebSocketTransport.h +++ b/ixwebsocket/IXWebSocketTransport.h @@ -148,7 +148,7 @@ namespace ix mutable std::mutex _lastSendTimePointMutex; std::chrono::time_point<std::chrono::steady_clock> _lastSendTimePoint; - // No data was send through the socket for longer that the heartbeat period + // No data was send through the socket for longer than the heartbeat period bool heartBeatPeriodExceeded(); void sendOnSocket();