From: Bruno Haible Date: Sat, 1 Sep 2007 22:32:48 +0000 (+0000) Subject: Oops, typo in comment. X-Git-Tag: v0.17~268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c349e354c71bcb2fec9d6b2e277a878f818232a4;p=thirdparty%2Fgettext.git Oops, typo in comment. --- diff --git a/gettext-tools/src/write-java.c b/gettext-tools/src/write-java.c index 75e508577..c791f39f0 100644 --- a/gettext-tools/src/write-java.c +++ b/gettext-tools/src/write-java.c @@ -399,7 +399,7 @@ write_java_string (FILE *stream, const char *str) } -/* Write a (msgctxt, msgid pair) as a string in Java Unicode notation to the +/* Write a (msgctxt, msgid) pair as a string in Java Unicode notation to the given stream. */ static void write_java_msgid (FILE *stream, message_ty *mp)