Commit a9d03622 a9d03622b3c45fa00845fc465cf1acccb2ddc9bf by Sergey Poznyakoff

Fixed typo in docstring.

1 parent 104f1b9d
...@@ -52,7 +52,7 @@ int (*ftab[]) __P((struct action_data *)) = { ...@@ -52,7 +52,7 @@ int (*ftab[]) __P((struct action_data *)) = {
52 }; 52 };
53 53
54 const char *argp_program_version = "popauth (" PACKAGE_STRING ")"; 54 const char *argp_program_version = "popauth (" PACKAGE_STRING ")";
55 static char doc[] = N_("GNU popauth -- manage pop3 authentcation database"); 55 static char doc[] = N_("GNU popauth -- manage pop3 authentication database");
56 static error_t popauth_parse_opt __P((int key, char *arg, 56 static error_t popauth_parse_opt __P((int key, char *arg,
57 struct argp_state *astate)); 57 struct argp_state *astate));
58 58
......