]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: Spelling fixes
authorVille Skyttä <ville.skytta@iki.fi>
Sat, 15 Nov 2014 20:41:43 +0000 (22:41 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 18 Nov 2014 12:59:19 +0000 (13:59 +0100)
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Signed-off-by: Karel Zak <kzak@redhat.com>
AUTHORS
misc-utils/logger.1
sys-utils/mount.8
tests/functions.sh
tests/run.sh

diff --git a/AUTHORS b/AUTHORS
index 72a5d72946cd07744707dea1466fd7484e3e5593..15e4ae227664965c3fee7e5d6b0b4e0d20f32fa2 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,5 @@
 
-                            utils-linux
+                            util-linux
 
 MAINTAINER:
 
index ac77e9fcc8c3befd218e341b71cc932a9158bec4..3bfcb3dbbd5a05d5bbc9e33cf9b688f4efc63b5d 100644 (file)
@@ -124,7 +124,7 @@ Use RFC 3164 BSD syslog protocol to submit messages to remote server.
 Use RFC 5424 syslog protocol to submit messages to remote server.
 Optional argument
 .I notime
-will supress submission of sender time stamp that is in ISO-8601 format,
+will suppress submission of sender time stamp that is in ISO-8601 format,
 including microseconds and timezone.  When
 .I notime
 is specified the time quality structured data, that can be suppressed
index ba0fe318424b77164968ad534a5b5bb1dbdba922..272fd7d809e7f5aae0c8e703d03346fd7ee94e37 100644 (file)
@@ -482,7 +482,7 @@ syscall, and the flags cannot be mixed with other mount options.
 Since util-linux 2.23 the \fBmount\fR command allows to use several propagation flags
 together and also together with other mount operations.  This feature is EXPERIMENTAL.
 The propagation flags are applied by additional \fBmount\fR(2) syscalls when the
-preceeding mount operations were successful.  Note that this use case is not
+preceding mount operations were successful.  Note that this use case is not
 atomic.  It is possible to specify the propagation flags in
 .BR fstab (5)
 as mount options
index 59107b01087ab7fa1347b13dec42cc7fa4811ee2..a9b37581dbdc90920e6b6c3cc9e94aa77f5083ab 100644 (file)
@@ -601,7 +601,7 @@ function ts_scsi_debug_init {
        local devname
        TS_DEVICE="none"
 
-       # dry run is not realy reliable, real modprobe may still fail
+       # dry run is not really reliable, real modprobe may still fail
        modprobe --dry-run --quiet scsi_debug &>/dev/null \
                || ts_skip "missing scsi_debug module (dry-run)"
 
index 1f2971aedf13d6c47b8d1362f8a9604a5f7a4b19..f61b6e4f77e7bf1395b1d7f999689e010892ae7e 100755 (executable)
@@ -49,7 +49,7 @@ while [ -n "$1" ]; do
                ;;
        --nonroot)
                if [ $(id -ru) -eq 0 ]; then
-                       echo "Ignore utils-linux test suite [non-root UID expected]."
+                       echo "Ignore util-linux test suite [non-root UID expected]."
                        exit 0
                fi
                ;;