From: Bruno Haible Date: Thu, 17 Aug 2006 17:33:39 +0000 (+0000) Subject: Fix typo in Hungarian example. X-Git-Tag: 0.16.x-branchpoint~197 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bee7b5c48de16c357d3a575ad199e52c488deb23;p=thirdparty%2Fgettext.git Fix typo in Hungarian example. --- diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 8051587c9..90bd13a36 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -5329,7 +5329,7 @@ Hungarian Hungarian does not appear to have a plural if you look at sentences involving ordinal numbers. For example, ``1 apple'' is ``1 alma'', and ``123 apples'' is -``123 apples''. But when the number is not explicit, the distinction between +``123 alma''. But when the number is not explicit, the distinction between singular and plural exists: ``the apple'' is ``az alma'', and ``the apples'' is ``az alm@'{a}k''. Since @code{ngettext} has to support both types of sentences, it is classified here, under ``two forms''.