From: Phil Davis Date: Tue, 17 Nov 2015 01:57:18 +0000 (+0900) Subject: doc: Fix typo in gettext_noop example X-Git-Tag: v0.19.7~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8764218362bb1e843bb6bf4da46649789ada89b0;p=thirdparty%2Fgettext.git doc: Fix typo in gettext_noop example * doc/gettext.texi (Special cases): Add missing ')' to a gettext_noop call. Copyright-paperwork-exempt: yes --- diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 81d2bca93..ed01f8772 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -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;