From 982e0969abf41b2e48368130c4ef7cc7aced35d6 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 5 May 2022 21:33:31 -0400 Subject: [PATCH] spelling: resolved Signed-off-by: Josh Soref --- src/lib/client/Client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",