summaryrefslogtreecommitdiff
path: root/tests/df/skip-rootfs.sh
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2012-12-14 10:45:21 +0100
committerBernhard Voelker <mail@bernhard-voelker.de>2012-12-14 10:45:21 +0100
commit9c506806fa3904fba60d9f67f381cf90fe6f1e69 (patch)
tree7963e4f60a2d6be10d553cdea76f6b9ae68d6721 /tests/df/skip-rootfs.sh
parent4f62d2fe28abe9d7b59b2fc50b59db4d8f2a3853 (diff)
downloadcoreutils-9c506806fa3904fba60d9f67f381cf90fe6f1e69.tar.xz
maint: fix typos found by misspellings
* doc/coreutils.texi (df invocation): s/occurence/occurrence/. * tests/df/skip-rootfs.sh: s/supressed/suppressed/
Diffstat (limited to 'tests/df/skip-rootfs.sh')
-rwxr-xr-xtests/df/skip-rootfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/df/skip-rootfs.sh b/tests/df/skip-rootfs.sh
index 9ba2716b9..7a6783598 100755
--- a/tests/df/skip-rootfs.sh
+++ b/tests/df/skip-rootfs.sh
@@ -25,7 +25,7 @@ df || skip_ "df fails"
df -a >out || fail=1
grep '^rootfs' out || skip_ "no rootfs in mtab"
-# Ensure that rootfs is supressed when no options is specified.
+# Ensure that rootfs is suppressed when no options is specified.
df >out || fail=1
grep '^rootfs' out && { fail=1; cat out; }