aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-28 19:15:38 +0100
committerMattias Andrée <maandree@operamail.com>2015-10-28 19:15:38 +0100
commit1f413766813a28e9a99351641d3693630ef85aa8 (patch)
treea53d758f4066c1ad72b8fe9c9cf535a78e9343ee
parentupdate dist (diff)
downloadpasscheck-1f413766813a28e9a99351641d3693630ef85aa8.tar.gz
passcheck-1f413766813a28e9a99351641d3693630ef85aa8.tar.bz2
passcheck-1f413766813a28e9a99351641d3693630ef85aa8.tar.xz
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--COPYING2
-rw-r--r--info/passcheck.texinfo8
-rwxr-xr-xpasscheck.py2
3 files changed, 6 insertions, 6 deletions
diff --git a/COPYING b/COPYING
index 500d33d..77ce986 100644
--- a/COPYING
+++ b/COPYING
@@ -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)
#