Skip to content
Snippets Groups Projects
Commit 960e402c authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

typo in a comment

parent d6e6a5d6
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ def disconnect(self, message=''):
log.debug('calling on_proxy_failure cb')
self.on_proxy_failure(reason=message)
else:
log.debug('ccalling on_connect_failure cb')
log.debug('calling on_connect_failure cb')
self.on_connect_failure()
else:
# we are connected to XMPP server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment