]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix typo in Hungarian example.
authorBruno Haible <bruno@clisp.org>
Thu, 17 Aug 2006 17:33:39 +0000 (17:33 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:55 +0000 (12:13 +0200)
gettext-tools/doc/gettext.texi

index 8051587c960e87c118d4703c1005c24cc7ddab9f..90bd13a36d9212db96282f656044fdd25245c1a4 100644 (file)
@@ -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''.