From: Giuseppe Scrivano Date: Mon, 19 Sep 2011 15:29:48 +0000 (+0200) Subject: Fix typo in an inline comment. X-Git-Tag: v1.14~77 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=356fc9fc688c94cfb447a9866d6f5e1c3818e12a Fix typo in an inline comment. --- diff --git a/src/ChangeLog b/src/ChangeLog index c6fb7641..dad001de 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,7 @@ 2011-09-19 Giuseppe Scrivano - * 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 diff --git a/src/main.c b/src/main.c index fdcb29fb..2c4dab25 100644 --- a/src/main.c +++ b/src/main.c @@ -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);