]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fix typo in diagnostic
authorJim Meyering <jim@meyering.net>
Tue, 14 Feb 2006 22:21:56 +0000 (22:21 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 14 Feb 2006 22:21:56 +0000 (22:21 +0000)
tests/du/long-sloop

index d2e8e99b07fadf3b31f60c392d958c6c6a5141f8..dd6653c50c906597bb420ba072f16767cc076e97 100755 (executable)
@@ -53,7 +53,7 @@ file=1`printf %${n}s ' '|sed 's, ,/s,g'`
 cat $file > /dev/null 2> err && \
   {
     cat <<EOF >&2
-$0: Your systems appears to be able to handle more than $n symlinks
+$0: Your system appears to be able to handle more than $n symlinks
 in file name resolution, so skipping this test.
 EOF
     (exit 77); exit 77