From: Bruno Haible Date: Thu, 11 Sep 2003 16:45:52 +0000 (+0000) Subject: Typo in comment. X-Git-Tag: v0.13~262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=922aa3f17b7f1a33de10f1fa56807b5f5cf49771;p=thirdparty%2Fgettext.git Typo in comment. --- diff --git a/gettext-tools/tests/msgfmt-3 b/gettext-tools/tests/msgfmt-3 index 264a4f83f..a70a7d7d0 100755 --- a/gettext-tools/tests/msgfmt-3 +++ b/gettext-tools/tests/msgfmt-3 @@ -1,6 +1,6 @@ #! /bin/sh -# Test than an empty header entry is OK. +# Test that an empty header entry is OK. tmpfiles="" trap 'rm -fr $tmpfiles' 1 2 3 15