Fix typos, thanks codespell!

This commit is contained in:
Emmanuel Gil Peyrot
2018-01-10 02:18:07 +01:00
parent f252be9b6d
commit 20e88fda50
15 changed files with 24 additions and 24 deletions

View File

@@ -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)