Commit 08f0d5b3 authored by Barry Warsaw's avatar Barry Warsaw

typo in log msg

parent f9c77806
......@@ -421,7 +421,7 @@ class ClientStorage:
try:
canonical, aliases, addrs = socket.gethostbyaddr(host)
except socket.error, err:
log2(BLATHER, "Error resoving host: %s (%s)" % (host, err))
log2(BLATHER, "Error resolving host: %s (%s)" % (host, err))
canonical = host
self._server_addr = str((canonical, addr[1]))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment