From 356fc9fc688c94cfb447a9866d6f5e1c3818e12a Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 19 Sep 2011 17:29:48 +0200 Subject: [PATCH] Fix typo in an inline comment. --- src/ChangeLog | 3 ++- src/main.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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); -- 2.39.2