summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-18 09:34:52 +0000
committerJim Meyering <jim@meyering.net>2002-07-18 09:34:52 +0000
commitc696260961f2e928a7a5d696c0fc1b6f2567913c (patch)
tree0816e9d29473d9294727a0570643fce6518a4a23 /tests
parentdadffbebca7af35db5c0b837a1573d0d13867677 (diff)
downloadcoreutils-c696260961f2e928a7a5d696c0fc1b6f2567913c.tar.xz
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-xtests/rm/fail-eperm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/fail-eperm b/tests/rm/fail-eperm
index a0774c656..b1293cd77 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=.}