]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix comment.
authorBruno Haible <bruno@clisp.org>
Wed, 31 Oct 2001 20:58:15 +0000 (20:58 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 20:46:24 +0000 (22:46 +0200)
tests/msgfmt-6

index 5c96b5a4f5e8495255dc78e58dd4b9a65a5ef6f4..353368781a12c112f2f700505ab0f5a50a4114ab 100755 (executable)
@@ -23,7 +23,7 @@ tmpfiles="$tmpfiles mf-6.mo core *.core"
 : ${MSGFMT=msgfmt}
 ${MSGFMT} --check -o mf-6.mo mf-6.po 2>/dev/null
 # Exit code must be 1.
-# If the division by zero didn't get unnoticed, it would be 0.
+# If the division by zero didn't get noticed, it would be 0.
 # If it produced a core dump, it would be 136 (= 128 + SIGFPE).
 test $? = 1
 result=$?