From: Jim Meyering Date: Thu, 18 Jul 2002 09:34:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_10~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c696260961f2e928a7a5d696c0fc1b6f2567913c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/rm/fail-eperm b/tests/rm/fail-eperm index a0774c6564..b1293cd779 100755 --- a/tests/rm/fail-eperm +++ b/tests/rm/fail-eperm @@ -1,7 +1,7 @@ #!/bin/sh # -*- perl -*- # Ensure that rm gives the expected diagnostic when failing to remove a file -# owned by some other user in a directory with theh stick bit set. +# owned by some other user in a directory with the sticky bit set. : ${PERL=perl} : ${srcdir=.}