spelling: resolved

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-05-05 21:33:31 -04:00
parent f02ffd229e
commit 982e0969ab
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ Client::connect()
// Priddy. // Priddy.
m_serverAddress.resolve(); 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) { if (m_serverAddress.getAddress() != NULL) {
// to help users troubleshoot, show server host name (issue: 60) // to help users troubleshoot, show server host name (issue: 60)
LOG((CLOG_NOTE "connecting to '%s': %s:%i", LOG((CLOG_NOTE "connecting to '%s': %s:%i",