diff options
author | Bruno Haible <bruno@clisp.org> | 2010-05-21 02:03:46 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-06-03 14:13:57 +0200 |
commit | 6311a33f772f7b78877c73764d85f351afe75af4 (patch) | |
tree | d2f45f097228591bc831a0bee0d8b9a49dd515a4 /gettext-tools/doc | |
parent | 7c4d3ce11bdbea71de5765e66f0e7a1d416ca4f3 (diff) | |
download | external_gettext-6311a33f772f7b78877c73764d85f351afe75af4.zip external_gettext-6311a33f772f7b78877c73764d85f351afe75af4.tar.gz external_gettext-6311a33f772f7b78877c73764d85f351afe75af4.tar.bz2 |
Fix typo.
Diffstat (limited to 'gettext-tools/doc')
-rw-r--r-- | gettext-tools/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-tools/doc/gettext.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index a7d2a09..572fa45 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -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. diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 6365e35..f2aada4 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 |