diff --git a/src/lib/client/Client.cpp b/src/lib/client/Client.cpp index 65cf3a56..384e7d38 100644 --- a/src/lib/client/Client.cpp +++ b/src/lib/client/Client.cpp @@ -140,7 +140,7 @@ Client::connect() // Priddy. m_serverAddress.resolve(); - // m_serverAddress will be null if the hostname address is not reolved + // m_serverAddress will be null if the hostname address is not resolved if (m_serverAddress.getAddress() != NULL) { // to help users troubleshoot, show server host name (issue: 60) LOG((CLOG_NOTE "connecting to '%s': %s:%i",