From: Bruno Haible Date: Wed, 31 Oct 2001 20:58:15 +0000 (+0000) Subject: Fix comment. X-Git-Tag: v0.11~358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcda9e1dadec107fc5c2cc70d85064934f497349;p=thirdparty%2Fgettext.git Fix comment. --- diff --git a/tests/msgfmt-6 b/tests/msgfmt-6 index 5c96b5a4f..353368781 100755 --- a/tests/msgfmt-6 +++ b/tests/msgfmt-6 @@ -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=$?