spelling: resolved
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
f02ffd229e
commit
982e0969ab
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue