]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix mistake in comment.
authorBruno Haible <bruno@clisp.org>
Mon, 20 Oct 2003 10:01:19 +0000 (10:01 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:04 +0000 (12:11 +0200)
gettext-tools/tests/lang-php

index d89c394c36f3b1c030885f980245cc2c629abb0f..8d2d1746933cb758ba8234e8964e48f2ecf62db2 100755 (executable)
@@ -65,7 +65,7 @@ test -d fr/LC_MESSAGES || mkdir fr/LC_MESSAGES
 : ${MSGFMT=msgfmt}
 ${MSGFMT} -o fr/LC_MESSAGES/prog.mo fr.po
 
-# Test for presence of gawk version 4.0 or newer.
+# Test for presence of php version 4.0 or newer.
 case `(php -v) 2>/dev/null` in
   [4-9].*) ;;
   *) rm -fr $tmpfiles; exit 77;;