mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Fix typo in an inline comment.
This commit is contained in:
parent
91aeb7db2f
commit
356fc9fc68
@ -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>
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user