fixed docstring typo (thanks to kimslawson for the spot)
authorSteven Tobin <steventtobin (at) gmail.com>
Mon, 14 Jul 2014 01:53:01 +0000 (11:53 +1000)
committerSteven Tobin <steventtobin (at) gmail.com>
Mon, 14 Jul 2014 01:53:01 +0000 (11:53 +1000)
xkcdpass/xkcd_password.py

index 4edfa874eb161c364bfd0a88d46dcf55df7e67cb..deb537dca8edf6d840379ca29347e76bc2302822 100755 (executable)
@@ -137,7 +137,7 @@ def generate_wordlist(wordfile=None,
 def wordlist_to_worddict(wordlist):
     """
     Takes a wordlist and returns a dictionary keyed by the first letter of
-    the words. Used for acrsotic pass phrase generation
+    the words. Used for acrostic pass phrase generation
     """
 
     worddict = {}
git clone https://git.99rst.org/PROJECT