summaryrefslogtreecommitdiff
path: root/movemail
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-08-27 09:45:07 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-08-27 09:46:06 +0300
commit75fd61273a89b647ded20182011d66fc33bb5743 (patch)
tree958ec27f434da29f32e969ef522f12874ef647ef /movemail
parenta3519f8454a5e24d36ccac06a4da2b5b88a66232 (diff)
downloadmailutils-75fd61273a89b647ded20182011d66fc33bb5743.tar.gz
mailutils-75fd61273a89b647ded20182011d66fc33bb5743.tar.bz2
Fix leftover diagnostic messages.
* movemail/movemail.c (_cb_mailbox_ownership): Fix leftover diagnostic messages. * config/mailutils-config.c (options): Fix typo.
Diffstat (limited to 'movemail')
-rw-r--r--movemail/movemail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/movemail/movemail.c b/movemail/movemail.c
index 1f0d2a0f4..89c083d15 100644
--- a/movemail/movemail.c
+++ b/movemail/movemail.c
@@ -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;
}

Return to:

Send suggestions and report system problems to the System administrator.