diff -r 08c66a83c3ca -r d9f5fd1879fc md5crypt.py --- a/md5crypt.py Mon Jun 29 16:09:08 2009 +0200 +++ b/md5crypt.py Mon Jun 29 16:09:35 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 = ''