summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--misc-utils/logger.12
-rw-r--r--sys-utils/mount.82
-rw-r--r--tests/functions.sh2
-rwxr-xr-xtests/run.sh2
5 files changed, 5 insertions, 5 deletions
diff --git a/AUTHORS b/AUTHORS
index 72a5d7294..15e4ae227 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,5 @@
- utils-linux
+ util-linux
MAINTAINER:
diff --git a/misc-utils/logger.1 b/misc-utils/logger.1
index ac77e9fcc..3bfcb3dbb 100644
--- a/misc-utils/logger.1
+++ b/misc-utils/logger.1
@@ -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
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index ba0fe3184..272fd7d80 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -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
diff --git a/tests/functions.sh b/tests/functions.sh
index 59107b010..a9b37581d 100644
--- a/tests/functions.sh
+++ b/tests/functions.sh
@@ -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)"
diff --git a/tests/run.sh b/tests/run.sh
index 1f2971aed..f61b6e4f7 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -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
;;