]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix a comment.
authorBruno Haible <bruno@clisp.org>
Tue, 11 Jul 2006 12:12:40 +0000 (12:12 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:30 +0000 (12:13 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/javacomp.c

index c7dc88fe20cee6dfd80d004b3c86f8ac5041ac59..3f828752c7e4c72f90a21d1d589e9ae053673d44 100644 (file)
@@ -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.
index 06e649059f8282a26f49abc52486c4a5f7e4cad3..859d0725b501d8663af35464a62ba8ebe20ee65b 100644 (file)
@@ -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;