]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
doc: Fix typo in gettext_noop example
authorPhil Davis <phil.davis@inf.org>
Tue, 17 Nov 2015 01:57:18 +0000 (10:57 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 17 Nov 2015 02:03:24 +0000 (11:03 +0900)
* doc/gettext.texi (Special cases): Add missing ')' to
a gettext_noop call.

Copyright-paperwork-exempt: yes

gettext-tools/doc/gettext.texi

index 81d2bca931bbd8817ba18df932987df45e0cfa4e..ed01f87728b84b44b52a3cb7631ef61d507f7442 100644 (file)
@@ -2608,7 +2608,7 @@ with the following one:
 
 @{
   static const char *messages[] = @{
-    gettext_noop ("some very meaningful message",
+    gettext_noop ("some very meaningful message"),
     gettext_noop ("and another one")
   @};
   const char *string;