Fix leftover diagnostic messages.
* movemail/movemail.c (_cb_mailbox_ownership): Fix leftover diagnostic messages. * config/mailutils-config.c (options): Fix typo.
Showing
2 changed files
with
3 additions
and
3 deletions
... | @@ -37,7 +37,7 @@ static struct argp_option options[] = { | ... | @@ -37,7 +37,7 @@ static struct argp_option options[] = { |
37 | "mbox, mh, maildir, mailer, imap, pop, sieve and all"), 0}, | 37 | "mbox, mh, maildir, mailer, imap, pop, sieve and all"), 0}, |
38 | {"info", 'i', NULL, 0, | 38 | {"info", 'i', NULL, 0, |
39 | N_("print a list of configuration options used to build mailutils; " | 39 | N_("print a list of configuration options used to build mailutils; " |
40 | "oprional arguments are interpreted as a list of configuration " | 40 | "optional arguments are interpreted as a list of configuration " |
41 | "options to check for"), 0}, | 41 | "options to check for"), 0}, |
42 | {"verbose", 'v', NULL, 0, | 42 | {"verbose", 'v', NULL, 0, |
43 | N_("increase output verbosity"), 0}, | 43 | N_("increase output verbosity"), 0}, | ... | ... |
... | @@ -195,7 +195,7 @@ _cb_mailbox_ownership (mu_debug_t debug, const char *str) | ... | @@ -195,7 +195,7 @@ _cb_mailbox_ownership (mu_debug_t debug, const char *str) |
195 | if (!str[len]) | 195 | if (!str[len]) |
196 | { | 196 | { |
197 | mu_cfg_format_error (debug, MU_DEBUG_ERROR, | 197 | mu_cfg_format_error (debug, MU_DEBUG_ERROR, |
198 | _("Ownership method %s requires value"), | 198 | _("ownership method %s requires value"), |
199 | str); | 199 | str); |
200 | return 1; | 200 | return 1; |
201 | } | 201 | } |
... | @@ -231,7 +231,7 @@ _cb_mailbox_ownership (mu_debug_t debug, const char *str) | ... | @@ -231,7 +231,7 @@ _cb_mailbox_ownership (mu_debug_t debug, const char *str) |
231 | if (!str[len]) | 231 | if (!str[len]) |
232 | { | 232 | { |
233 | mu_cfg_format_error (debug, MU_DEBUG_ERROR, | 233 | mu_cfg_format_error (debug, MU_DEBUG_ERROR, |
234 | _("Ownership method %s requires value"), | 234 | _("ownership method %s requires value"), |
235 | str); | 235 | str); |
236 | return 1; | 236 | return 1; |
237 | } | 237 | } | ... | ... |
-
Please register or sign in to post a comment