diff --git a/src/lib/net/SecureSocket.cpp b/src/lib/net/SecureSocket.cpp index 85e1d383..c12cb12c 100644 --- a/src/lib/net/SecureSocket.cpp +++ b/src/lib/net/SecureSocket.cpp @@ -634,7 +634,7 @@ SecureSocket::checkResult(int status, int& retry) LOG((CLOG_ERR "eof violates ssl protocol")); } else if (status == -1) { - // underlying socket I/O reproted an error + // underlying socket I/O reported an error try { ARCH->throwErrorOnSocket(getSocket()); }