]> sjero.net Git - wget/commitdiff
Fix typo in an inline comment.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Mon, 19 Sep 2011 15:29:48 +0000 (17:29 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Mon, 19 Sep 2011 15:29:48 +0000 (17:29 +0200)
src/ChangeLog
src/main.c

index c6fb764193c7901ef393732a6ebfcf7a5d0e6c09..dad001dedac34f13bdb823ddd7a3aa6b7cfa7d13 100644 (file)
@@ -1,6 +1,7 @@
 2011-09-19  Giuseppe Scrivano  <gscrivano@gnu.org>
 
 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>
 
 
 2011-09-13  Giuseppe Scrivano  <gscrivano@gnu.org>
 
index fdcb29fb86dd27f50ef54c3f110feb46d2c3d7f4..2c4dab25521a6265cc0600e8e72bc288ec07f2f1 100644 (file)
@@ -882,7 +882,7 @@ print_version (void)
     exit (3);
 
   /* TRANSLATORS: When available, an actual copyright character
     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);
   if (fputs (_("\
 Copyright (C) 2011 Free Software Foundation, Inc.\n"), stdout) < 0)
     exit (3);