[spade2] r2247 committed - Fixed spelling error in xmpp/auth.py

2 views
Skip to first unread message

spa...@googlecode.com

unread,
Oct 22, 2012, 5:29:41 PM10/22/12
to spade-...@googlegroups.com
Revision: 2247
Author: schatte...@gmail.com
Date: Mon Oct 22 14:29:19 2012
Log: Fixed spelling error in xmpp/auth.py
http://code.google.com/p/spade2/source/detail?r=2247

Modified:
/trunk/xmpp/auth.py

=======================================
--- /trunk/xmpp/auth.py Fri Jul 16 03:06:02 2010
+++ /trunk/xmpp/auth.py Mon Oct 22 14:29:19 2012
@@ -25,7 +25,7 @@
import hashlib

def HH(some): return hashlib.md5(some).hexdigest()
-def H(some): return hashlab.md5(some).digest()
+def H(some): return hashlib.md5(some).digest()
def C(some): return ':'.join(some)

class NonSASL(PlugIn):
Reply all
Reply to author
Forward
0 new messages