]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix comment.
authorBruno Haible <bruno@clisp.org>
Tue, 23 Jul 2002 12:24:40 +0000 (12:24 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:41 +0000 (12:08 +0200)
tests/msgfmt-11

index daf90d09866d0d93d2af6ded9f437a11d4d5fbd4..0d8f1ffed7326da9ba25670672f891b542970e85 100755 (executable)
@@ -26,7 +26,7 @@ tmpfiles="$tmpfiles mf-11.mo core *.core"
 : ${MSGFMT=msgfmt}
 ${MSGFMT} --check -o mf-11.mo mf-11.po 2>/dev/null
 # Exit code must be 1.
-# If the division by zero didn't get noticed, it would be 0.
+# If the invalid sequence didn't get noticed, it would be 0.
 # If it produced a core dump, it would be 134 (= 128 + SIGABRT).
 test $? = 1
 result=$?