summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2015-03-15 14:12:46 +0100
committerDaiki Ueno <ueno@gnu.org>2015-03-16 15:18:48 +0900
commit341fbe2d99b6f3e2bf5a04a585c8a4025ad58b4f (patch)
tree06c8c28997147510468279549d76150cc79488e2
parent6e9a7a6fc4d0ad7d0cfdcf56292413929bca4324 (diff)
downloadexternal_gettext-341fbe2d99b6f3e2bf5a04a585c8a4025ad58b4f.zip
external_gettext-341fbe2d99b6f3e2bf5a04a585c8a4025ad58b4f.tar.gz
external_gettext-341fbe2d99b6f3e2bf5a04a585c8a4025ad58b4f.tar.bz2
doc: Fix a typo and a punctuation error.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
-rw-r--r--gettext-tools/doc/ChangeLog4
-rw-r--r--gettext-tools/doc/xgettext.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog
index 1e1d46b..787eae7 100644
--- a/gettext-tools/doc/ChangeLog
+++ b/gettext-tools/doc/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-15 Benno Schulenberg <bensberg@justemail.net> (tiny change)
+
+ * xgettext.texi: Fix a word and a punctuation.
+
2015-03-06 Daiki Ueno <ueno@gnu.org>
* gettext.texi (kde-kuit-format): New subsection.
diff --git a/gettext-tools/doc/xgettext.texi b/gettext-tools/doc/xgettext.texi
index f01c9d2..34794aa 100644
--- a/gettext-tools/doc/xgettext.texi
+++ b/gettext-tools/doc/xgettext.texi
@@ -427,7 +427,7 @@ This option has an effect only with the language C++.
@cindex debugging messages marked as format strings
Use the flags @code{c-format} and @code{possible-c-format} to show who was
responsible for marking a message as a format string. The latter form is
-used if the @code{xgettext} program decided, the format form is used if
+used if the @code{xgettext} program decided, the former form is used if
the programmer prescribed it.
By default only the @code{c-format} form is used. The translator should
@@ -577,7 +577,7 @@ Set the reporting address for msgid bugs. This is the email address or URL
to which the translators shall report bugs in the untranslated strings:
@itemize -
-@item Strings which are not entire sentences, see the maintainer guidelines
+@item Strings which are not entire sentences; see the maintainer guidelines
in @ref{Preparing Strings}.
@item Strings which use unclear terms or require additional context to be
understood.