]> granicus.if.org Git - zfs/commitdiff
Fix some typos
authorJohn Eismeier <32205350+jeis2497052@users.noreply.github.com>
Wed, 28 Feb 2018 16:57:10 +0000 (11:57 -0500)
committerTony Hutter <hutter2@llnl.gov>
Wed, 14 Mar 2018 23:10:38 +0000 (16:10 -0700)
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed by: George Melikov <mail@gmelikov.ru>
Signed-off-by: John Eismeier <john.eismeier@gmail.com>
Closes #7237

16 files changed:
cmd/arcstat/arcstat.py
cmd/dbufstat/dbufstat.py
contrib/initramfs/scripts/zfs
man/man8/zpool.8
tests/zfs-tests/tests/functional/migration/migration_001_pos.ksh
tests/zfs-tests/tests/functional/migration/migration_002_pos.ksh
tests/zfs-tests/tests/functional/migration/migration_003_pos.ksh
tests/zfs-tests/tests/functional/migration/migration_004_pos.ksh
tests/zfs-tests/tests/functional/migration/migration_005_pos.ksh
tests/zfs-tests/tests/functional/migration/migration_006_pos.ksh
tests/zfs-tests/tests/functional/migration/migration_007_pos.ksh
tests/zfs-tests/tests/functional/migration/migration_008_pos.ksh
tests/zfs-tests/tests/functional/migration/migration_009_pos.ksh
tests/zfs-tests/tests/functional/migration/migration_010_pos.ksh
tests/zfs-tests/tests/functional/migration/migration_011_pos.ksh
tests/zfs-tests/tests/functional/migration/migration_012_pos.ksh

index aa54ee87a75d56030517a32410c0bda4cbb5256d..85c83ccc442b209fa0d5d0c5fa4f4cca38396241 100755 (executable)
@@ -280,7 +280,7 @@ def init():
                 "outfile",
                 "help",
                 "verbose",
-                "seperator",
+                "separator",
                 "columns"
             ]
         )
@@ -299,7 +299,7 @@ def init():
             hflag = True
         if opt in ('-v', '--verbose'):
             vflag = True
-        if opt in ('-s', '--seperator'):
+        if opt in ('-s', '--separator'):
             sep = arg
             i += 1
         if opt in ('-f', '--columns'):
index dda0a143f783ce2c95bbc3063ca2c943cfb1f093..42bb0c7c7c3e20891d923e705ab15550f6dd083e 100755 (executable)
@@ -474,7 +474,7 @@ def main():
                 "help",
                 "infile",
                 "outfile",
-                "seperator",
+                "separator",
                 "types",
                 "verbose",
                 "extended"
@@ -499,7 +499,7 @@ def main():
             ofile = arg
         if opt in ('-r', '--raw'):
             raw += 1
-        if opt in ('-s', '--seperator'):
+        if opt in ('-s', '--separator'):
             sep = arg
         if opt in ('-t', '--types'):
             tflag = True
index 8770a2e8e1b7842d37e21ceac042ca9346629573..86329e764f06d7d4dc2bb9c9fbc49854aa163b68 100644 (file)
@@ -478,7 +478,7 @@ destroy_fs()
                echo "Message: $ZFS_STDERR"
                echo "Error: $ZFS_ERROR"
                echo ""
-               echo "Failed to destroy '$fs'. Please make sure that '$fs' is not availible."
+               echo "Failed to destroy '$fs'. Please make sure that '$fs' is not available."
                echo "Hint: Try:  zfs destroy -Rfn $fs"
                echo "If this dryrun looks good, then remove the 'n' from '-Rfn' and try again."
                /bin/sh
index 7c99f586870c99b6b710e89f25e1394e91d08709..6d7c2271cd2c1b6f2acdf56b396cafcae8d7dd58 100644 (file)
@@ -733,7 +733,7 @@ man page.  In order to enable this property each host must set a unique hostid.
 See
 .Xr genhostid 1
 .Xr zgenhostid 8
-.Xr spl-module-paramters 5
+.Xr spl-module-parameters 5
 for additional details.  The default value is
 .Sy off .
 .It Sy version Ns = Ns Ar version
index 4d5fbb9ff5ed729b31fa8853ee94d35809228778..875d2f7c78be105f4281cb35e7ad190f927195fb 100755 (executable)
@@ -60,7 +60,7 @@ prepare $DNAME "tar cf $TESTDIR/tar$$.tar $BNAME"
 (( $? != 0 )) && log_fail "Unable to create src archive"
 
 migrate $TESTDIR $SUMA $SUMB "tar xf $TESTDIR/tar$$.tar"
-(( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
+(( $? != 0 )) && log_fail "Unable to successfully migrate test file from" \
     "ZFS fs to ZFS fs"
 
-log_pass "Successully migrated test file from ZFS fs to ZFS fs".
+log_pass "Successfully migrated test file from ZFS fs to ZFS fs".
index e0655248dee5a3507a498c728011558350788959..6b97e2a4071bf6f4d6d9bab860f19b9614a45be0 100755 (executable)
@@ -60,7 +60,7 @@ prepare $DNAME "tar cf $TESTDIR/tar$$.tar $BNAME"
 (( $? != 0 )) && log_fail "Unable to create src archive"
 
 migrate $NONZFS_TESTDIR $SUMA $SUMB "tar xf $TESTDIR/tar$$.tar"
-(( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
+(( $? != 0 )) && log_fail "Unable to successfully migrate test file from" \
     "ZFS fs to UFS fs"
 
-log_pass "Successully migrated test file from ZFS fs to UFS fs".
+log_pass "Successfully migrated test file from ZFS fs to UFS fs".
index 904a2b1a0427fda5526cbe67602be2876e3180fc..dd0baeaa9b78acc5691758f3ea0fb1e3a413c29e 100755 (executable)
@@ -60,7 +60,7 @@ prepare $DNAME "tar cf $NONZFS_TESTDIR/tar$$.tar $BNAME"
 (( $? != 0 )) && log_fail "Unable to create src archive"
 
 migrate $TESTDIR $SUMA $SUMB "tar xvf $NONZFS_TESTDIR/tar$$.tar"
-(( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
+(( $? != 0 )) && log_fail "Unable to successfully migrate test file from" \
     "UFS fs to ZFS fs"
 
-log_pass "Successully migrated test file from UFS fs to ZFS fs".
+log_pass "Successfully migrated test file from UFS fs to ZFS fs".
index 6d33dd5b321c689e4f19b9a7f6b7fae0b3a65e7d..00a6cc172ab6c9d74d0c400e28eb696db40cbbb0 100755 (executable)
@@ -67,7 +67,7 @@ cd $cwd
 (( $? != 0 )) && log_untested "Could not change directory to $cwd"
 
 migrate_cpio $TESTDIR "$TESTDIR/cpio$$.cpio" $SUMA $SUMB
-(( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
+(( $? != 0 )) && log_fail "Unable to successfully migrate test file from" \
     "ZFS fs to ZFS fs"
 
-log_pass "Successully migrated test file from ZFS fs to ZFS fs".
+log_pass "Successfully migrated test file from ZFS fs to ZFS fs".
index a41b19b5fa08a4c4c20dbb31e7f2b0b8c96d3720..4386596f777dc663edb3f23537655d93cec1025c 100755 (executable)
@@ -67,7 +67,7 @@ cd $cwd
 (( $? != 0 )) && log_untested "Could not change directory to $cwd"
 
 migrate_cpio $NONZFS_TESTDIR "$TESTDIR/cpio$$.cpio" $SUMA $SUMB
-(( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
+(( $? != 0 )) && log_fail "Unable to successfully migrate test file from" \
     "ZFS fs to UFS fs"
 
-log_pass "Successully migrated test file from ZFS fs to UFS fs".
+log_pass "Successfully migrated test file from ZFS fs to UFS fs".
index 5b444421a323baa57ad43ab6797b8bab3e27be07..9b5c9166ed97ff3c78e1361b4c9c9102eadcc473 100755 (executable)
@@ -67,7 +67,7 @@ cd $cwd
 (( $? != 0 )) && log_untested "Could not change directory to $cwd"
 
 migrate_cpio $TESTDIR "$NONZFS_TESTDIR/cpio$$.cpio" $SUMA $SUMB
-(( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
+(( $? != 0 )) && log_fail "Unable to successfully migrate test file from" \
     "ZFS fs to ZFS fs"
 
-log_pass "Successully migrated test file from UFS fs to ZFS fs".
+log_pass "Successfully migrated test file from UFS fs to ZFS fs".
index c3197052ce08de9b4c9ba7de983b3a31327ea513..0d136550f7401518ed0957f1b2f15fc32985fd90 100755 (executable)
@@ -60,7 +60,7 @@ prepare $DNAME "dd if=$BNAME obs=128k of=$TESTDIR/dd$$.dd"
 (( $? != 0 )) && log_fail "Unable to create src archive"
 
 migrate $TESTDIR $SUMA $SUMB "dd if=$TESTDIR/dd$$.dd obs=128k of=$BNAME"
-(( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
+(( $? != 0 )) && log_fail "Unable to successfully migrate test file from" \
     "ZFS fs to ZFS fs"
 
-log_pass "Successully migrated test file from ZFS fs to ZFS fs".
+log_pass "Successfully migrated test file from ZFS fs to ZFS fs".
index 2e51eef369b3aaae479c721affb0c4db7de8084f..f62b1f33a3e5c8c3d284a3a2869a3d691344a409 100755 (executable)
@@ -60,7 +60,7 @@ prepare $DNAME "dd if=$BNAME obs=128k of=$TESTDIR/dd$$.dd"
 (( $? != 0 )) && log_fail "Unable to create src archive"
 
 migrate $NONZFS_TESTDIR $SUMA $SUMB "dd if=$TESTDIR/dd$$.dd obs=128k of=$BNAME"
-(( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
+(( $? != 0 )) && log_fail "Unable to successfully migrate test file from" \
     "ZFS fs to ZFS fs"
 
-log_pass "Successully migrated test file from ZFS fs to UFS fs".
+log_pass "Successfully migrated test file from ZFS fs to UFS fs".
index 7749494e58e487e7e1541940f9059a4052e8c424..907be39eb4ddb69d0c7c346a22f7ebbaa0c9f3da 100755 (executable)
@@ -60,7 +60,7 @@ prepare $DNAME "dd if=$BNAME obs=128k of=$NONZFS_TESTDIR/dd$$.dd"
 (( $? != 0 )) && log_fail "Unable to create src archive"
 
 migrate $TESTDIR $SUMA $SUMB "dd if=$NONZFS_TESTDIR/dd$$.dd obs=128k of=$BNAME"
-(( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
+(( $? != 0 )) && log_fail "Unable to successfully migrate test file from" \
     "ZFS fs to ZFS fs"
 
-log_pass "Successully migrated test file from UFS fs to ZFS fs".
+log_pass "Successfully migrated test file from UFS fs to ZFS fs".
index a11ab72dff17a1fec2611e53607da27cbc8e3ba3..e80dd67cdc21c2fce90c5af7031748b750fea782 100755 (executable)
@@ -60,7 +60,7 @@ prepare $DNAME "cp $BNAME $TESTDIR/cp$$.cp"
 (( $? != 0 )) && log_fail "Unable to create src archive"
 
 migrate $TESTDIR $SUMA $SUMB "cp $TESTDIR/cp$$.cp $BNAME"
-(( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
+(( $? != 0 )) && log_fail "Unable to successfully migrate test file from" \
     "ZFS fs to ZFS fs"
 
-log_pass "Successully migrated test file from ZFS fs to ZFS fs".
+log_pass "Successfully migrated test file from ZFS fs to ZFS fs".
index 17e1c78f987b9ce012e89f1e9b86c8203bed5f69..2d7ecb45eadb7356ff10e171a79c18abf0908602 100755 (executable)
@@ -60,7 +60,7 @@ prepare $DNAME "cp $BNAME $TESTDIR/cp$$.cp"
 (( $? != 0 )) && log_fail "Unable to create src archive"
 
 migrate $NONZFS_TESTDIR $SUMA $SUMB "cp $TESTDIR/cp$$.cp $BNAME"
-(( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
+(( $? != 0 )) && log_fail "Unable to successfully migrate test file from" \
     "ZFS fs to UFS fs"
 
-log_pass "Successully migrated test file from ZFS fs to UFS fs".
+log_pass "Successfully migrated test file from ZFS fs to UFS fs".
index 823dabeae4b57490aa58b6e8d4ac09a712466757..fd9c4549164a27942cf15a817dc07595c17f9142 100755 (executable)
@@ -60,7 +60,7 @@ prepare $DNAME "cp $BNAME $NONZFS_TESTDIR/cp$$.cp"
 (( $? != 0 )) && log_fail "Unable to create src archive"
 
 migrate $TESTDIR $SUMA $SUMB "cp $NONZFS_TESTDIR/cp$$.cp $BNAME"
-(( $? != 0 )) && log_fail "Uable to successfully migrate test file from" \
+(( $? != 0 )) && log_fail "Unable to successfully migrate test file from" \
     "UFS fs to ZFS fs"
 
-log_pass "Successully migrated test file from UFS fs to ZFS fs".
+log_pass "Successfully migrated test file from UFS fs to ZFS fs".