summaryrefslogtreecommitdiffstats
path: root/tests/00raid0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/00raid0')
-rw-r--r--tests/00raid04
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/00raid0 b/tests/00raid0
index 07437c0..f5122ec 100644
--- a/tests/00raid0
+++ b/tests/00raid0
@@ -6,7 +6,7 @@ check raid0
testdev $md0 3 $mdsize0 64
mdadm -S $md0
-# now with verion-1 superblock
+# now with version-1 superblock
mdadm -CR $md0 -e1 -l0 -n4 $dev0 $dev1 $dev2 $dev3
check raid0
testdev $md0 4 $mdsize1 64
@@ -27,7 +27,7 @@ do
testdev $md0 3 $mdsize0 $chunk
mdadm -S $md0
- # now with verion-1 superblock
+ # now with version-1 superblock
mdadm -CR $md0 -e1 -l0 -c $chunk -n4 $dev0 $dev1 $dev2 $dev3
check raid0
testdev $md0 4 $mdsize1 $chunk