aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-23 21:53:35 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-23 21:53:35 +0200
commit2a32ca6b2c51be50b5e4c2612f89c4b7cf984624 (patch)
tree94aa6eff8bbc2da67e550d905a7eb94a37c65004
parenttypo (diff)
downloadautopasswd-2a32ca6b2c51be50b5e4c2612f89c4b7cf984624.tar.gz
autopasswd-2a32ca6b2c51be50b5e4c2612f89c4b7cf984624.tar.bz2
autopasswd-2a32ca6b2c51be50b5e4c2612f89c4b7cf984624.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--COPYING2
-rw-r--r--src/autopasswd.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/COPYING b/COPYING
index ff632ed..9f056f2 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-autopasswd – Reproducible password generator
+autopasswd – Reproducable password generator
Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
diff --git a/src/autopasswd.c b/src/autopasswd.c
index 1815506..79ebbdf 100644
--- a/src/autopasswd.c
+++ b/src/autopasswd.c
@@ -1,5 +1,5 @@
/**
- * autopasswd – Reproducible password generator
+ * autopasswd – Reproducable password generator
*
* Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
*
@@ -161,7 +161,7 @@ int main(int argc, char** argv)
/* Parse command line arguments. */
- args_init("Reproducible password generator", "autopasswd [options...]",
+ args_init("Reproducable password generator", "autopasswd [options...]",
"TODO", 0, 1, 0, args_standard_abbreviations);
args_add_option(args_new_argumentless(NULL, 0, "-h", "-?", "--help", NULL),
@@ -201,7 +201,7 @@ int main(int argc, char** argv)
}
if (args_opts_used("--copyright"))
{
- printf("autopasswd – Reproducible password generator\n");
+ printf("autopasswd – Reproducable password generator\n");
printf("\n");
printf("Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)\n");
printf("\n");