Various spelling fixes.
authorMartin Steigerwald <martin.steigerwald@proact.de>
Mon, 23 Oct 2023 14:14:50 +0000 (16:14 +0200)
committerMartin Steigerwald <martin.steigerwald@proact.de>
Mon, 23 Oct 2023 14:14:50 +0000 (16:14 +0200)
Most of them have been reported by Debian's Lintian tool.

Signed-off-by: Martin Steigerwald <martin.steigerwald@proact.de>
HOWTO.rst
configure
fio.1

index cc7124b132af178be7c1c3945083b6e40f2facbb..6a8fb3e375b719c2c4e2f5effcef694763764495 100644 (file)
--- a/HOWTO.rst
+++ b/HOWTO.rst
@@ -2344,8 +2344,8 @@ with the caveat that when used on the command line, they must come after the
 
                cmdprio_bssplit=blocksize/percentage/class/level/hint:...
 
-       This is an extension of the second accepted format that allows to also
-       specify a priority hint.
+       This is an extension of the second accepted format that allows one to
+       also specify a priority hint.
 
        For all formats, only the read and write data directions are supported,
        values for trim IOs are ignored. This option is mutually exclusive with
@@ -3014,7 +3014,7 @@ with the caveat that when used on the command line, they must come after the
        **hugepage**
                Use hugepages, instead of existing posix memory backend. The
                memory backend uses hugetlbfs. This require users to allocate
-               hugepages, mount hugetlbfs and set an enviornment variable for
+               hugepages, mount hugetlbfs and set an environment variable for
                XNVME_HUGETLB_PATH.
        **spdk**
                Uses SPDK's memory allocator.
@@ -3047,7 +3047,7 @@ with the caveat that when used on the command line, they must come after the
        creating but before connecting the libblkio instance. Each property must
        have the format ``<name>=<value>``. Colons can be escaped as ``\:``.
        These are set after the engine sets any other properties, so those can
-       be overriden. Available properties depend on the libblkio version in use
+       be overridden. Available properties depend on the libblkio version in use
        and are listed at
        https://libblkio.gitlab.io/libblkio/blkio.html#properties
 
@@ -3071,7 +3071,7 @@ with the caveat that when used on the command line, they must come after the
        connecting but before starting the libblkio instance. Each property must
        have the format ``<name>=<value>``. Colons can be escaped as ``\:``.
        These are set after the engine sets any other properties, so those can
-       be overriden. Available properties depend on the libblkio version in use
+       be overridden. Available properties depend on the libblkio version in use
        and are listed at
        https://libblkio.gitlab.io/libblkio/blkio.html#properties
 
@@ -3635,8 +3635,8 @@ Threads, processes and job synchronization
        By default, fio will continue running all other jobs when one job finishes.
        Sometimes this is not the desired action. Setting ``exitall`` will
        instead make fio terminate all jobs in the same group. The option
-        ``exit_what`` allows to control which jobs get terminated when ``exitall`` is
-        enabled. The default is ``group`` and does not change the behaviour of
+        ``exit_what`` allows one to control which jobs get terminated when ``exitall``
+        is enabled. The default is ``group`` and does not change the behaviour of
         ``exitall``. The setting ``all`` terminates all jobs. The setting ``stonewall``
         terminates all currently running jobs across all groups and continues execution
         with the next stonewalled group.
index 742cb7c533c965a65a087d44168500a13d67608d..3e3f8132a31c4a92929bbbc373e455fb6f813cd7 100755 (executable)
--- a/configure
+++ b/configure
@@ -334,7 +334,7 @@ if test "$show_help" = "yes" ; then
 fi
 
 cross_prefix=${cross_prefix-${CROSS_COMPILE}}
-# Preferred compiler (can be overriden later after we know the platform):
+# Preferred compiler (can be overridden later after we know the platform):
 #  ${CC} (if set)
 #  ${cross_prefix}gcc (if cross-prefix specified)
 #  gcc if available
diff --git a/fio.1 b/fio.1
index 628e278dffbec547cc11b6b12c853c43a073926a..a8dc8f6c510a2563a5d01d144b1acf8c052ec6a8 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -2142,7 +2142,7 @@ The third accepted format for this option is:
 cmdprio_bssplit=blocksize/percentage/class/level/hint:...
 .RE
 .P
-This is an extension of the second accepted format that allows to also
+This is an extension of the second accepted format that allows one to also
 specify a priority hint.
 .P
 For all formats, only the read and write data directions are supported, values
@@ -2774,7 +2774,7 @@ This is the default posix memory backend for linux NVMe driver.
 .BI hugepage
 Use hugepages, instead of existing posix memory backend. The memory backend
 uses hugetlbfs. This require users to allocate hugepages, mount hugetlbfs and
-set an enviornment variable for XNVME_HUGETLB_PATH.
+set an environment variable for XNVME_HUGETLB_PATH.
 .TP
 .BI spdk
 Uses SPDK's memory allocator.
@@ -2803,7 +2803,7 @@ support it; see \fIhttps://libblkio.gitlab.io/libblkio/blkio.html#drivers\fR
 A colon-separated list of additional libblkio properties to be set after
 creating but before connecting the libblkio instance. Each property must have
 the format \fB<name>=<value>\fR. Colons can be escaped as \fB\\:\fR. These are
-set after the engine sets any other properties, so those can be overriden.
+set after the engine sets any other properties, so those can be overridden.
 Available properties depend on the libblkio version in use and are listed at
 \fIhttps://libblkio.gitlab.io/libblkio/blkio.html#properties\fR
 .TP
@@ -2821,7 +2821,7 @@ may support it; see \fIhttps://libblkio.gitlab.io/libblkio/blkio.html#drivers\fR
 A colon-separated list of additional libblkio properties to be set after
 connecting but before starting the libblkio instance. Each property must have
 the format \fB<name>=<value>\fR. Colons can be escaped as \fB\\:\fR. These are
-set after the engine sets any other properties, so those can be overriden.
+set after the engine sets any other properties, so those can be overridden.
 Available properties depend on the libblkio version in use and are listed at
 \fIhttps://libblkio.gitlab.io/libblkio/blkio.html#properties\fR
 .TP