diff options
author | Bruno Haible <bruno@clisp.org> | 2006-07-11 12:12:40 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:30 +0200 |
commit | 38b20bcc35fad04471392a40b31895b775741a25 (patch) | |
tree | 556c529dd1ea95bea3c1631a2be3dbb9e2dca597 /gettext-tools/lib | |
parent | b37c41ed9a7d7665682b788aec626b89dc16a23c (diff) | |
download | external_gettext-38b20bcc35fad04471392a40b31895b775741a25.zip external_gettext-38b20bcc35fad04471392a40b31895b775741a25.tar.gz external_gettext-38b20bcc35fad04471392a40b31895b775741a25.tar.bz2 |
Fix a comment.
Diffstat (limited to 'gettext-tools/lib')
-rw-r--r-- | gettext-tools/lib/ChangeLog | 5 | ||||
-rw-r--r-- | gettext-tools/lib/javacomp.c | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index c7dc88f..3f82875 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -1,3 +1,8 @@ +2006-07-11 Bruno Haible <bruno@clisp.org> + + * javacomp.c: Fix a comment. + Reported by Jim Meyering. + 2006-07-02 Bruno Haible <bruno@clisp.org> * 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 06e6490..859d072 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; |