[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] maint: fix typos found by misspellings
From: |
Bernhard Voelker |
Subject: |
[PATCH] maint: fix typos found by misspellings |
Date: |
Fri, 14 Dec 2012 10:49:31 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 |
It's been time to run misspellings again, but
the only 2 new mistakes came from me, sorry ...
;-/
Have a nice day,
Berny
>From 9c506806fa3904fba60d9f67f381cf90fe6f1e69 Mon Sep 17 00:00:00 2001
From: Bernhard Voelker <address@hidden>
Date: Fri, 14 Dec 2012 10:45:21 +0100
Subject: [PATCH] maint: fix typos found by misspellings
* doc/coreutils.texi (df invocation): s/occurence/occurrence/.
* tests/df/skip-rootfs.sh: s/supressed/suppressed/
---
doc/coreutils.texi | 5 +++--
tests/df/skip-rootfs.sh | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 21400ad..5f8fad7 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -10601,8 +10601,9 @@ Normally the disk space is printed in units of
Non-integer quantities are rounded up to the next higher unit.
For bind mounts and without arguments, @command{df} only outputs the statistics
-for the first occurence of that device in the list of file systems
(@var{mtab}),
-i.e., it hides duplicate entries, unless the @option{-a} option is specified.
+for the first occurrence of that device in the list of file systems
+(@var{mtab}), i.e., it hides duplicate entries, unless the @option{-a} option
is
+specified.
By default, @command{df} omits the early-boot pseudo file system type
@samp{rootfs}, unless the @option{-a} option is specified or that file system
diff --git a/tests/df/skip-rootfs.sh b/tests/df/skip-rootfs.sh
index 9ba2716..7a67835 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; }
--
1.7.7
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] maint: fix typos found by misspellings,
Bernhard Voelker <=