typo in a comment

This commit is contained in:
Yann Leboulanger 2009-11-18 11:04:05 +01:00
parent d6e6a5d62d
commit 960e402cf0
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class NonBlockingClient:
log.debug('calling on_proxy_failure cb') log.debug('calling on_proxy_failure cb')
self.on_proxy_failure(reason=message) self.on_proxy_failure(reason=message)
else: else:
log.debug('ccalling on_connect_failure cb') log.debug('calling on_connect_failure cb')
self.on_connect_failure() self.on_connect_failure()
else: else:
# we are connected to XMPP server # we are connected to XMPP server