diff options
| -rw-r--r-- | COPYING | 2 | ||||
| -rw-r--r-- | info/passcheck.texinfo | 8 | ||||
| -rwxr-xr-x | passcheck.py | 2 |
3 files changed, 6 insertions, 6 deletions
@@ -1,4 +1,4 @@ -passcheck – passphrase strenght evaluater +passcheck – passphrase strength evaluator Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) diff --git a/info/passcheck.texinfo b/info/passcheck.texinfo index 10dbe7e..57e5981 100644 --- a/info/passcheck.texinfo +++ b/info/passcheck.texinfo @@ -1,4 +1,4 @@ -pas\input texinfo @c -*-texinfo-*- +\input texinfo @c -*-texinfo-*- @c %**start of header @setfilename passcheck.info @@ -12,7 +12,7 @@ pas\input texinfo @c -*-texinfo-*- @dircategory Security @direntry -* passcheck: (passcheck). Passphrase strenght evaluater +* passcheck: (passcheck). Passphrase strength evaluator @end direntry @@ -31,13 +31,13 @@ Texts. A copy of the license is included in the section entitled @ifnottex @node Top -@top passcheck -- Passphrase strenght evaluater +@top passcheck -- Passphrase strength evaluator @insertcopying @end ifnottex @titlepage @title passcheck -@subtitle Passphrase strenght evaluater +@subtitle Passphrase strength evaluator @author by Mattias Andrée (maandree) @page diff --git a/passcheck.py b/passcheck.py index a0a9526..0cfdd32 100755 --- a/passcheck.py +++ b/passcheck.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# passcheck – passphrase strenght evaluater +# passcheck – passphrase strenght evaluator # # Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) # |
