Commit 75fd6127 75fd61273a89b647ded20182011d66fc33bb5743 by Sergey Poznyakoff

Fix leftover diagnostic messages.

* movemail/movemail.c (_cb_mailbox_ownership): Fix
leftover diagnostic messages.
* config/mailutils-config.c (options): Fix typo.
1 parent a3519f84
......@@ -37,7 +37,7 @@ static struct argp_option options[] = {
"mbox, mh, maildir, mailer, imap, pop, sieve and all"), 0},
{"info", 'i', NULL, 0,
N_("print a list of configuration options used to build mailutils; "
"oprional arguments are interpreted as a list of configuration "
"optional arguments are interpreted as a list of configuration "
"options to check for"), 0},
{"verbose", 'v', NULL, 0,
N_("increase output verbosity"), 0},
......
......@@ -195,7 +195,7 @@ _cb_mailbox_ownership (mu_debug_t debug, const char *str)
if (!str[len])
{
mu_cfg_format_error (debug, MU_DEBUG_ERROR,
_("Ownership method %s requires value"),
_("ownership method %s requires value"),
str);
return 1;
}
......@@ -231,7 +231,7 @@ _cb_mailbox_ownership (mu_debug_t debug, const char *str)
if (!str[len])
{
mu_cfg_format_error (debug, MU_DEBUG_ERROR,
_("Ownership method %s requires value"),
_("ownership method %s requires value"),
str);
return 1;
}
......