From 9c506806fa3904fba60d9f67f381cf90fe6f1e69 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Fri, 14 Dec 2012 10:45:21 +0100 Subject: maint: fix typos found by misspellings * doc/coreutils.texi (df invocation): s/occurence/occurrence/. * tests/df/skip-rootfs.sh: s/supressed/suppressed/ --- tests/df/skip-rootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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; } -- cgit v1.2.3-54-g00ecf