git.99rst.org
/
redacted-XKCD-password-generator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3a6d81b
)
fix typo
author
Russell Bradley
<redacted>
Tue, 16 Aug 2016 04:57:45 +0000
(
00:57
-0400)
committer
Russell Bradley
<redacted>
Tue, 16 Aug 2016 04:57:45 +0000
(
00:57
-0400)
xkcdpass/xkcd_password.py
patch
|
blob
|
history
diff --git
a/xkcdpass/xkcd_password.py
b/xkcdpass/xkcd_password.py
index 2a29a26b1fdeae14f86998e21e707f3e29d792e2..526ec2240839b994eb791ca041017dc6f08a8831 100755
(executable)
--- 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 "
- "less
er 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