From: Paul Eggert Date: Mon, 18 Apr 2005 18:48:22 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: CPPI-1_12~981 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f6ffbac314e9fd662ad05252c17080a6624bccc;p=thirdparty%2Fcoreutils.git Fix typo in comment. --- diff --git a/tests/install/basic-1 b/tests/install/basic-1 index 86450dea5c..6bbd66904f 100755 --- a/tests/install/basic-1 +++ b/tests/install/basic-1 @@ -8,7 +8,7 @@ fi dir=dir file=file -# Skip this test if we're on a non-POSIX platform where executable's names end +# Skip this test if we're on a non-POSIX platform where executables' names end # in .exe, or we have some other problem like that. cat ../../src/dd > /dev/null || { echo >&2 "$0: ../../src/dd is not readable, so can't run this test"