]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Fix typos
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Tue, 3 Sep 2019 01:17:39 +0000 (03:17 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 3 Sep 2019 01:17:39 +0000 (18:17 -0700)
Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Closes #9251

.github/CONTRIBUTING.md
scripts/kmodtool
tests/README.md
tests/test-runner/bin/Makefile.am
tests/test-runner/bin/test-runner.py
tests/test-runner/man/test-runner.1

index 004711ae78c4badd084c35bfeddf0c630bb66470..2b47d458c1a3cb9db50ff8a03b514ef28af79b36 100644 (file)
@@ -51,7 +51,7 @@ configure option should be set. This will enable additional correctness
 checks and all the ASSERTs to help quickly catch potential issues.
 
 In addition, there are numerous utilities and debugging files which
-provide visibility in to the inner workings of ZFS.  The most useful
+provide visibility into the inner workings of ZFS.  The most useful
 of these tools are discussed in detail on the [debugging ZFS wiki
 page](https://github.com/zfsonlinux/zfs/wiki/Debugging).
 
index a632dd046b5a01ba205e05ce9ee28e9937ae196f..a05b0078bbb579ad480bb20161f16d3745af2639 100755 (executable)
@@ -397,7 +397,7 @@ print_rpmtemplate ()
        # and print it and some other required stuff as macro
        print_rpmtemplate_header
 
-       # now print the packages itselfs
+       # now print the packages
        for kernel in ${kernel_versions_to_build_for} ; do
 
                local kernel_verrelarch=${kernel%%${kernels_known_variants}}
@@ -489,7 +489,7 @@ while [ "${1}" ] ; do
                --obsolete-name)
                        shift
                        if [[ ! "${1}" ]] ; then
-                               error_out 2 "Please provide the name of the kmod to obsolte together with --obsolete-name" >&2
+                               error_out 2 "Please provide the name of the kmod to obsolete together with --obsolete-name" >&2
                        fi
                        obsolete_name="${1}"
                        shift
@@ -497,7 +497,7 @@ while [ "${1}" ] ; do
                --obsolete-version)
                        shift
                        if [[ ! "${1}" ]] ; then
-                               error_out 2 "Please provide the version of the kmod to obsolte together with --obsolete-version" >&2
+                               error_out 2 "Please provide the version of the kmod to obsolete together with --obsolete-version" >&2
                        fi
                        obsolete_version="${1}"
                        shift
index 7b3768c29110f3309d51263443f8e8fdc9a973a3..b2c7f99c709874d524cbb6acec9639d3577b82af 100644 (file)
@@ -78,7 +78,7 @@ The following zfs-tests.sh options are supported:
                 when test-runner exists.  This is useful when the results of
                 a specific test need to be preserved for further analysis.
 
-    -f          Use sparse files directly instread of loopback devices for
+    -f          Use sparse files directly instead of loopback devices for
                 the testing.  When running in this mode certain tests will
                 be skipped which depend on real block devices.
 
index 30c564e55533657b4272280af4b1f03d428d712c..e1ae21548e987293f3fe67c4367ce6d97d759733 100644 (file)
@@ -3,7 +3,7 @@ dist_pkgdata_SCRIPTS = \
        test-runner.py \
        zts-report.py
 #
-# These scripts are compatibile with both Python 2.6 and 3.4.  As such the
+# These scripts are compatible with both Python 2.6 and 3.4.  As such the
 # python 3 shebang can be replaced at install time when targeting a python
 # 2 system.  This allows us to maintain a single version of the source.
 #
index 4d4fd96ad7716f9ee309a990413614cb622a1500..bf2c77c18a9355f8b491e5299b407ef253728776 100755 (executable)
@@ -307,7 +307,7 @@ class Cmd(object):
         This function is responsible for writing all output. This includes
         the console output, the logfile of all results (with timestamped
         merged stdout and stderr), and for each test, the unmodified
-        stdout/stderr/merged in it's own file.
+        stdout/stderr/merged in its own file.
         """
 
         logname = getpwuid(os.getuid()).pw_name
@@ -716,7 +716,7 @@ class TestRun(object):
 
     def setup_logging(self, options):
         """
-        This funtion creates the output directory and gets a file object
+        This function creates the output directory and gets a file object
         for the logfile. This function must be called before write_log()
         can be used.
         """
index 31cd412452b84832c6cc000da526ec41042fd67c..95255073b705b4985dccd96849617b37040cc3c4 100644 (file)
@@ -103,7 +103,7 @@ The file has one section named "DEFAULT," which contains configuration option
 names and their values in "name = value" format. The values in this section
 apply to all the subsequent sections, unless they are also specified there, in
 which case the default is overridden. The remaining section names are the
-absolute pathnames of files and direcotries, describing tests and test groups
+absolute pathnames of files and directories, describing tests and test groups
 respectively. The legal option names are:
 .sp
 .ne 2
@@ -248,7 +248,7 @@ Run \fIscript\fR after any test or test group.
 \fB-q\fR
 .ad
 .RS 6n
-Print only the results sumary to the standard output.
+Print only the results summary to the standard output.
 .RE
 
 .ne 2