]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix typo.
authorBruno Haible <bruno@clisp.org>
Fri, 21 May 2010 00:03:46 +0000 (02:03 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 3 Jun 2010 12:13:57 +0000 (14:13 +0200)
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi

index a7d2a09870098697862886d50a073e853111d65f..572fa45bf12326ea88964dd9a2cdff9c7e8222f3 100644 (file)
@@ -1,3 +1,8 @@
+2010-05-20  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.texi (objc-format): Fix typo.
+       Reported by Kalle Olavi Niemitalo <kon@iki.fi>.
+
 2010-05-09  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.18 released.
index 6365e356e1bd35ccf6fc47c2012a7120b89482ce..f2aada4c5b15f0950f6e18e584b306bbb68a2816 100644 (file)
@@ -8997,7 +8997,7 @@ glibc when NLS is disabled.)
 @subsection Objective C Format Strings
 
 Objective C format strings are like C format strings.  They support an
-additional format directive: "$@@", which when executed consumes an argument
+additional format directive: "%@@", which when executed consumes an argument
 of type @code{Object *}.
 
 @node sh-format, python-format, objc-format, Translators for other Languages