# HG changeset patch # User Goffi # Date 1331764866 -3600 # Node ID 4e361d295bcad0b9d9b838cb10fe8d284d429ff3 # Parent fb1abc0f8c6a8a00fd8171268c64d11e062257f2 core: typo diff -r fb1abc0f8c6a -r 4e361d295bca src/core/xmpp.py --- a/src/core/xmpp.py Tue Mar 13 22:04:03 2012 +0100 +++ b/src/core/xmpp.py Wed Mar 14 23:41:06 2012 +0100 @@ -346,7 +346,7 @@ class SatVersionHandler(generic.VersionHandler): def getDiscoInfo(self, requestor, target, node): - #XXX: We need to work around wokkel's behavious (namespace not added if there is a + #XXX: We need to work around wokkel's behaviour (namespace not added if there is a # node) as it cause issues with XEP-0115 & PEP (XEP-0163): there is a node when server # ask for disco info, and not when we generate the key, so the hash is used with different # disco features, and when the server (seen on ejabberd) generate its own hash for security check