fix typo
authorRussell Bradley <redacted>
Tue, 16 Aug 2016 04:57:45 +0000 (00:57 -0400)
committerRussell Bradley <redacted>
Tue, 16 Aug 2016 04:57:45 +0000 (00:57 -0400)
xkcdpass/xkcd_password.py

index 2a29a26b1fdeae14f86998e21e707f3e29d792e2..526ec2240839b994eb791ca041017dc6f08a8831 100755 (executable)
@@ -64,7 +64,7 @@ def validate_options(parser, options):
 
     if options.max_length < options.min_length:
         sys.stderr.write("The maximum length of a word can not be "
-                         "lesser then minimum length.\n"
+                         "less than the minimum length.\n"
                          "Check the specified settings.\n")
         sys.exit(1)
 
git clone https://git.99rst.org/PROJECT