Typo fixes.
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -25,7 +25,7 @@ static char args_doc[] = N_("[+folder]"); | ... | @@ -25,7 +25,7 @@ static char args_doc[] = N_("[+folder]"); |
25 | 25 | ||
26 | /* GNU options */ | 26 | /* GNU options */ |
27 | static struct argp_option options[] = { | 27 | static struct argp_option options[] = { |
28 | {"file", 'i', "FILE", 0, N_("Inorporate mail from named file")}, | 28 | {"file", 'i', "FILE", 0, N_("Incorporate mail from named file")}, |
29 | {"folder", 'f', "FOLDER", 0, N_("Specify folder to incorporate mail to")}, | 29 | {"folder", 'f', "FOLDER", 0, N_("Specify folder to incorporate mail to")}, |
30 | {"audit", 'a', "FILE", 0, N_("Enable audit")}, | 30 | {"audit", 'a', "FILE", 0, N_("Enable audit")}, |
31 | {"noaudit", 'n', 0, 0, N_("Disable audit")}, | 31 | {"noaudit", 'n', 0, 0, N_("Disable audit")}, | ... | ... |
... | @@ -55,7 +55,7 @@ static struct argp_option options[] = { | ... | @@ -55,7 +55,7 @@ static struct argp_option options[] = { |
55 | {"query", ARG_QUERY, "BOOL", 0, N_("Query for addresses to place in To: and Cc: lists")}, | 55 | {"query", ARG_QUERY, "BOOL", 0, N_("Query for addresses to place in To: and Cc: lists")}, |
56 | {"width", 'w', "NUMBER", 0, N_("Set output width")}, | 56 | {"width", 'w', "NUMBER", 0, N_("Set output width")}, |
57 | {"whatnowproc", ARG_WHATNOWPROC, "PROG", 0, | 57 | {"whatnowproc", ARG_WHATNOWPROC, "PROG", 0, |
58 | N_("Set the relacement for whatnow program")}, | 58 | N_("Set the replacement for whatnow program")}, |
59 | { N_("\nUse -help switch to obtain the list of traditional MH options. "), 0, 0, OPTION_DOC, "" }, | 59 | { N_("\nUse -help switch to obtain the list of traditional MH options. "), 0, 0, OPTION_DOC, "" }, |
60 | { 0 } | 60 | { 0 } |
61 | }; | 61 | }; | ... | ... |
-
Please register or sign in to post a comment