]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Typo in comment.
authorBruno Haible <bruno@clisp.org>
Sun, 2 Sep 2007 09:27:33 +0000 (09:27 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:03 +0000 (12:15 +0200)
gettext-tools/tests/xgettext-java-7

index 49e92fc53c68ee7f4619efb40b11675465e586f5..d3eac74f5dcc1779d243f494387afd846e2a4700 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Test C support: extraction of contexts.
+# Test Java support: extraction of contexts.
 
 tmpfiles=""
 trap 'rm -fr $tmpfiles' 1 2 3 15