From 2a32ca6b2c51be50b5e4c2612f89c4b7cf984624 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 23 Apr 2014 21:53:35 +0200 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/autopasswd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/autopasswd.c') 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"); -- cgit v1.2.3-70-g09d2