summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0065
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-01-10 02:18:07 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-01-10 02:18:07 +0100
commit20e88fda50832c8a3412586da58f19df2325fef7 (patch)
tree8d56b328aec4a543ae2fc35bf7b2712a24f24e6b /slixmpp/plugins/xep_0065
parentf252be9b6d617ad02f7c9420e62ba6948374c0d1 (diff)
downloadslixmpp-20e88fda50832c8a3412586da58f19df2325fef7.tar.gz
slixmpp-20e88fda50832c8a3412586da58f19df2325fef7.tar.bz2
slixmpp-20e88fda50832c8a3412586da58f19df2325fef7.tar.xz
slixmpp-20e88fda50832c8a3412586da58f19df2325fef7.zip
Fix typos, thanks `codespell`!
Diffstat (limited to 'slixmpp/plugins/xep_0065')
-rw-r--r--slixmpp/plugins/xep_0065/proxy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/plugins/xep_0065/proxy.py b/slixmpp/plugins/xep_0065/proxy.py
index 3fe6d2d1..cda33dca 100644
--- a/slixmpp/plugins/xep_0065/proxy.py
+++ b/slixmpp/plugins/xep_0065/proxy.py
@@ -233,7 +233,7 @@ class XEP_0065(BasePlugin):
sock.close()
except socket.error:
pass
- # Though this should not be neccessary remove the closed session anyway
+ # Though this should not be necessary remove the closed session anyway
if sid in self._sessions:
log.warn(('SOCKS5 session with sid = "%s" was not ' +
'removed from _sessions by sock.close()') % sid)