]> granicus.if.org Git - zfs/commitdiff
Fix typos in tests/
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Tue, 3 Sep 2019 01:08:56 +0000 (03:08 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 3 Sep 2019 01:08:56 +0000 (18:08 -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 #9244

tests/zfs-tests/tests/functional/pool_checkpoint/checkpoint_removal.ksh
tests/zfs-tests/tests/functional/pool_checkpoint/pool_checkpoint.kshlib
tests/zfs-tests/tests/functional/projectquota/projectid_001_pos.ksh
tests/zfs-tests/tests/functional/projectquota/projectid_002_pos.ksh
tests/zfs-tests/tests/functional/projectquota/projectquota_004_neg.ksh
tests/zfs-tests/tests/functional/projectquota/projectspace_004_pos.ksh
tests/zfs-tests/tests/functional/projectquota/projecttree_002_pos.ksh
tests/zfs-tests/tests/functional/projectquota/projecttree_003_neg.ksh
tests/zfs-tests/tests/functional/pyzfs/Makefile.am
tests/zfs-tests/tests/functional/raidz/raidz_001_neg.ksh

index ad96d5dcb637f170b9642b0f59e8f9fe84771ab6..514a05984160cb6135acd32a3444f25b6e3e3776 100755 (executable)
@@ -52,7 +52,7 @@ populate_test_pool
 #
 # Create big empty file and do some writes at random
 # offsets to ensure that it takes up space. Note that
-# the implcitly created filesystem ($FS0) does not
+# the implicitly created filesystem ($FS0) does not
 # have compression enabled.
 #
 log_must mkfile $BIGFILESIZE $FS0FILE
index 6e410e0c85f86b1d103d8f9057f2069d31e60a92..ea6c03e9d59d5f0a968f89f85d82c74c041c6880 100644 (file)
@@ -27,7 +27,7 @@
 # This is why these tests run directly on pools that use a
 # "real disk vdev" (meaning not a file based one). These tests
 # use the $TESTPOOL pool that is created on top of $TESTDISK.
-# This pool is refered to as the "test pool" and thus all
+# This pool is referred to as the "test pool" and thus all
 # the tests of this group use the testpool-related functions of
 # this file (not the nested_pools ones).
 #
index 44af9941b929a59d452dd1c7e46720b68e7d8324..46e79062a0e2eefa0106764e988d08ed1675e756 100755 (executable)
@@ -38,8 +38,8 @@
 #
 #
 # STRATEGY:
-#      1. Create a regular file and a directroy.
-#      2. Set project ID on both directroy and regular file.
+#      1. Create a regular file and a directory.
+#      2. Set project ID on both directory and regular file.
 #      3. New created subdir or regular file should inherit its parent's
 #         project ID if its parent has project inherit flag.
 #      4. New created subdir should inherit its parent project's inherit flag.
index 1a402e298b993c26d03faa7a2df72bc5c2499750..e382f464046b8e8b421d71170d4f66726e8e5ebe 100755 (executable)
@@ -41,7 +41,7 @@
 #      1. Create three directories
 #      2. Set tdir1 and tdir3 project ID as PRJID1,
 #         set tdir2 project ID as PRJID2.
-#      3. Create regular file under tdir1. It inherits tdir1 proejct ID.
+#      3. Create regular file under tdir1. It inherits tdir1 project ID.
 #      4. Hardlink from tdir1's child to tdir2 should be denied,
 #         move tdir1's child to tdir2 will be object recreated.
 #      5. Hardlink from tdir1's child to tdir3 should succeed.
index df0eda7d770ac494f7db512e41a642cca4693180..a975d2a19f0c6e80df4248026030481af806712c 100755 (executable)
@@ -62,7 +62,7 @@ for prj in "${no_prjs[@]}"; do
        log_mustnot zfs set projectquota@$prj=100m $QFS
 done
 
-log_note "can set all numberic id even that id is not existed"
+log_note "can set all numeric id even if that id does not exist"
 log_must zfs set projectquota@12345678=100m $QFS
 
 set -A sizes "100mfsd" "m0.12m" "GGM" "-1234-m" "123m-m"
index 494d7f3b7ac089e07850e59efea444d29955f5e7..ec299e0e7f9356af06049bfb05c3afe1fc7c1c94 100755 (executable)
@@ -38,7 +38,7 @@
 #
 # STRATEGY:
 #      1. set project [obj]quota on the directory
-#      2. set project ID and inherit flag on the directoty
+#      2. set project ID and inherit flag on the directory
 #      3. run 'df [-i]' on the directory and check the result
 #
 
index 4008811a19e1d8a82e2597a9f0adf1b03ca57c93..d61019242703bfd9f9f64c520ced5a3ac3c126ce 100755 (executable)
@@ -39,7 +39,7 @@
 #
 # STRATEGY:
 #      1. Create a tree with 4 level directories.
-#      2. Set project ID on both directroy and regular file via
+#      2. Set project ID on both directory and regular file via
 #         "zfs project -p".
 #      3. Check the project ID via "zfs project".
 #      4. Set project inherit flag on kinds of level directories (and its
index 33382fdbe92d8c4817d6c1d6247e53fd6ab2ef9f..cbc45857f779217546ba9cfec0e80cf42725edf9 100755 (executable)
@@ -43,8 +43,8 @@
 #      2. "-C" only supports "-r" and "-k".
 #      3. "-s" only supports "-r" and "-p".
 #      4. "-c", "-C" and "-s" can NOT be specified together.
-#      5. "-d" can overwirte former "-r".
-#      6. "-r" can overwirte former "-d".
+#      5. "-d" can overwrite former "-r".
+#      6. "-r" can overwrite former "-d".
 #      7. "-0" must be together with "-c".
 #      8. "-d" must be on directory.
 #      9. "-r" must be on directory.
index c4cd10894c3cf6ecf59f51dfbcc4a9369846ea5b..0c68c252b93b99841a86bd2fbaa248803216e788 100644 (file)
@@ -7,7 +7,7 @@ EXTRA_DIST = \
 
 #
 # The pyzfs module is built either for Python 2 or Python 3.  In order
-# to properly test it the unit tests must be updated to the matching vesion.
+# to properly test it the unit tests must be updated to the matching version.
 #
 $(pkgpyzfs_SCRIPTS):%:%.in
        -$(SED) -e 's,@PYTHON\@,$(PYTHON),g' \
index 4c105b9411c11254f76386d35339b1945a8f3e1a..0f88a1a514688169c2516ed5078674414a24fcf3 100755 (executable)
@@ -35,4 +35,4 @@
 
 log_mustnot raidz_test -T
 
-log_pass "raidz_test detects errors as espected."
+log_pass "raidz_test detects errors as expected."