From: Bruno Haible Date: Sun, 25 Jan 2009 16:18:34 +0000 (+0000) Subject: Oops, fix typo. Reported by Eric Blake. X-Git-Tag: v0.18~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=febb3feadba664d6d062a9e33992680a45aa3f60;p=thirdparty%2Fgettext.git Oops, fix typo. Reported by Eric Blake. --- diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 2f9519f65..2efc9b8b1 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -7259,7 +7259,7 @@ msgstr[1] "" What does this mean? How do you fill it in? Such an entry denotes a message with plural forms, that is, a message where -the text depends on an cardinal number. The general form of the message, +the text depends on a cardinal number. The general form of the message, in English, is the @code{msgid_plural} line. The @code{msgid} line is the English singular form, that is, the form for when the number is equal to 1. More details about plural forms are explained in @ref{Plural forms}.