Fix typo in an inline comment.

This commit is contained in:
Giuseppe Scrivano 2011-09-19 17:29:48 +02:00
parent 91aeb7db2f
commit 356fc9fc68
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
2011-09-19 Giuseppe Scrivano <gscrivano@gnu.org>
* main.c (print_version): Update copyright year and fix typo.
* main.c (print_version): Update copyright year.
(print_version): Fix typo.
2011-09-13 Giuseppe Scrivano <gscrivano@gnu.org>

View File

@ -882,7 +882,7 @@ print_version (void)
exit (3);
/* TRANSLATORS: When available, an actual copyright character
(cirle-c) should be used in preference to "(C)". */
(circle-c) should be used in preference to "(C)". */
if (fputs (_("\
Copyright (C) 2011 Free Software Foundation, Inc.\n"), stdout) < 0)
exit (3);