]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Typo in comment.
authorBruno Haible <bruno@clisp.org>
Thu, 11 Sep 2003 16:45:52 +0000 (16:45 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:58 +0000 (12:10 +0200)
gettext-tools/tests/msgfmt-3

index 264a4f83ff15e89bb466823e6952d9193fcae38d..a70a7d7d0889720da1f8df478e46fe6716aa381a 100755 (executable)
@@ -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