Commit 1145460e 1145460edacfc660d886d766bc660b940bfa1912 by Sergey Poznyakoff

Minor changes in diagnostic messages.

* maidag/maidag.c (cb_delivery_mode): Fix typo.
* mail/mail.c (mail_warranty): Update copyright years.
1 parent 4f81c769
......@@ -412,7 +412,7 @@ cb_delivery_mode (void *data, mu_config_value_t *val)
mu_log_syslog = 0;
}
else
mu_error (_("%s is unknonw"), val->v.string);
mu_error (_("%s is unknown"), val->v.string);
return 0;
}
......
......@@ -563,8 +563,7 @@ mail_warranty (int argc MU_ARG_UNUSED, char **argv MU_ARG_UNUSED)
{
mu_printf (
_("GNU Mailutils -- a suite of utilities for electronic mail\n"
"Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,\n"
"2007, 2009, 2010 Free Software Foundation, Inc.\n\n"));
"Copyright (C) 1999-2011 Free Software Foundation, Inc.\n\n"));
mu_printf (
_(" GNU Mailutils is free software; you can redistribute it and/or modify\n"
" it under the terms of the GNU General Public License as published by\n"
......