From: Russell Bradley Date: Tue, 16 Aug 2016 04:57:45 +0000 (-0400) Subject: fix typo X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=34e35d493fdbdc47d27c1a2708be7fd62010020c;p=redacted-XKCD-password-generator.git fix typo --- diff --git a/xkcdpass/xkcd_password.py b/xkcdpass/xkcd_password.py index 2a29a26..526ec22 100755 --- a/xkcdpass/xkcd_password.py +++ b/xkcdpass/xkcd_password.py @@ -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)