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) ...@@ -412,7 +412,7 @@ cb_delivery_mode (void *data, mu_config_value_t *val)
412 mu_log_syslog = 0; 412 mu_log_syslog = 0;
413 } 413 }
414 else 414 else
415 mu_error (_("%s is unknonw"), val->v.string); 415 mu_error (_("%s is unknown"), val->v.string);
416 return 0; 416 return 0;
417 } 417 }
418 418
......
...@@ -563,8 +563,7 @@ mail_warranty (int argc MU_ARG_UNUSED, char **argv MU_ARG_UNUSED) ...@@ -563,8 +563,7 @@ mail_warranty (int argc MU_ARG_UNUSED, char **argv MU_ARG_UNUSED)
563 { 563 {
564 mu_printf ( 564 mu_printf (
565 _("GNU Mailutils -- a suite of utilities for electronic mail\n" 565 _("GNU Mailutils -- a suite of utilities for electronic mail\n"
566 "Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,\n" 566 "Copyright (C) 1999-2011 Free Software Foundation, Inc.\n\n"));
567 "2007, 2009, 2010 Free Software Foundation, Inc.\n\n"));
568 mu_printf ( 567 mu_printf (
569 _(" GNU Mailutils is free software; you can redistribute it and/or modify\n" 568 _(" GNU Mailutils is free software; you can redistribute it and/or modify\n"
570 " it under the terms of the GNU General Public License as published by\n" 569 " it under the terms of the GNU General Public License as published by\n"
......