--- a/md5crypt.py Fri Jun 19 09:19:27 2009 +0200
+++ b/md5crypt.py Fri Jun 19 20:38:32 2009 +0200
@@ -85,7 +85,7 @@
i = i >> 1
final = md5.md5(ctx).digest()
# The following is supposed to make
- # things run slower.
+ # things run slower.
# my question: WTF???
for i in xrange(1000):
ctx1 = ''