From: Bruno Haible Date: Fri, 21 May 2010 00:03:46 +0000 (+0200) Subject: Fix typo. X-Git-Tag: v0.18.1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6311a33f772f7b78877c73764d85f351afe75af4;p=thirdparty%2Fgettext.git Fix typo. --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index a7d2a0987..572fa45bf 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,8 @@ +2010-05-20 Bruno Haible + + * gettext.texi (objc-format): Fix typo. + Reported by Kalle Olavi Niemitalo . + 2010-05-09 Bruno Haible * gettext-0.18 released. diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 6365e356e..f2aada4c5 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -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