From: Bruno Haible Date: Tue, 11 Jul 2006 12:12:40 +0000 (+0000) Subject: Fix a comment. X-Git-Tag: v0.15~46 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=38b20bcc35fad04471392a40b31895b775741a25;p=thirdparty%2Fgettext.git Fix a comment. --- diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index c7dc88fe2..3f828752c 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -1,3 +1,8 @@ +2006-07-11 Bruno Haible + + * javacomp.c: Fix a comment. + Reported by Jim Meyering. + 2006-07-02 Bruno Haible * clean-temp.h (register_temp_file): Renamed from enqueue_temp_file. diff --git a/gettext-tools/lib/javacomp.c b/gettext-tools/lib/javacomp.c index 06e649059..859d0725b 100644 --- a/gettext-tools/lib/javacomp.c +++ b/gettext-tools/lib/javacomp.c @@ -206,8 +206,8 @@ compile_using_envjavac (const char *javac, { /* Because $JAVAC may consist of a command and options, we use the shell. Because $JAVAC has been set by the user, we leave all - all environment variables in place, including JAVA_HOME, and - we don't erase the user's CLASSPATH. */ + environment variables in place, including JAVA_HOME, and we don't + erase the user's CLASSPATH. */ bool err; unsigned int command_length; char *command;