s/redundacy/redundancy

MFC after:	1 week
This commit is contained in:
Marc Fonvieille 2020-08-24 14:04:59 +00:00
parent 633963a352
commit e0e236ba88

View File

@ -349,7 +349,7 @@ Default:
.Dq default
.It Ev ZFSBOOT_VDEV_TYPE
The type of pool to be created for the base system.
This variable can take one of this values: stripe (No redundacy),
This variable can take one of this values: stripe (No redundancy),
mirror (n-Way mirroring), raid10 (RAID 1+0 - n x 2-Way Mirrors),
raidz1 (RAID-Z1 - Single Redundancy RAID), raidz2 (RAID-Z2 - Double Redundancy RAID)
or raidz3 (RAID-Z3 Triple Redundancy RAID).