Fixed typo in docstring.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment