]> sjero.net Git - wget/blobdiff - src/main.c
Fix typo in an inline comment.
[wget] / src / main.c
index ff5e6afaf443d6a2bbc5d5881212ac88c3090c01..2c4dab25521a6265cc0600e8e72bc288ec07f2f1 100644 (file)
@@ -710,7 +710,7 @@ Recursive accept/reject:\n"),
   size_t i;
 
   if (printf (_("GNU Wget %s, a non-interactive network retriever.\n"),
-              version_string))
+              version_string) < 0)
     exit (3);
   if (print_usage (0) < 0)
     exit (3);
@@ -824,7 +824,7 @@ print_version (void)
       int line_length = MAX_CHARS_PER_LINE;
       while ((line_length > 0) && (compiled_features[i] != NULL))
         {
-          if (printf ("%s ", compiled_features[i]))
+          if (printf ("%s ", compiled_features[i]) < 0)
             exit (3);
           line_length -= strlen (compiled_features[i]) + 2;
           i++;
@@ -882,9 +882,9 @@ 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) 2009 Free Software Foundation, Inc.\n"), stdout) < 0)
+Copyright (C) 2011 Free Software Foundation, Inc.\n"), stdout) < 0)
     exit (3);
   if (fputs (_("\
 License GPLv3+: GNU GPL version 3 or later\n\