diff options
author | Bernhard Voelker <mail@bernhard-voelker.de> | 2012-12-14 10:45:21 +0100 |
---|---|---|
committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2012-12-14 10:45:21 +0100 |
commit | 9c506806fa3904fba60d9f67f381cf90fe6f1e69 (patch) | |
tree | 7963e4f60a2d6be10d553cdea76f6b9ae68d6721 /tests | |
parent | 4f62d2fe28abe9d7b59b2fc50b59db4d8f2a3853 (diff) | |
download | coreutils-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')
-rwxr-xr-x | tests/df/skip-rootfs.sh | 2 |
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; } |