Skip to content

Commit 98c1be6

Browse files
sbrazgmelikov
authored andcommitted
Fix some typos
Signed-off-by: Louis Sautier <[email protected]>
1 parent 0ee718b commit 98c1be6

File tree

12 files changed

+24
-24
lines changed

12 files changed

+24
-24
lines changed

docs/Basic Concepts/RAIDZ.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Actual used space for a block in RAIDZ is based on several points:
3636
``disks count`` minus ``parity number`` parts of data block
3737

3838
- one block of data with size of ``recordsize`` is
39-
splitted equally via ``sector size`` parts
39+
split equally via ``sector size`` parts
4040
and written on each stripe on RAIDZ vdev
4141
- each stripe of data will have a part of block
4242

docs/Getting Started/Alpine Linux/Root on ZFS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Alpine Linux Root on ZFS
99

1010
# For the CI/CD test run of this guide,
1111
# Enable verbose logging of bash shell and fail immediately when
12-
# a commmand fails.
12+
# a command fails.
1313
set -vxeuf
1414
distro=${1}
1515

@@ -245,7 +245,7 @@ System Installation
245245
# devices as installation target. However, the alias support for
246246
# loop device was just introduced in March 2023. See
247247
# https://github.com/systemd/systemd/pull/26693
248-
# For now, we will create the aliases maunally as a workaround
248+
# For now, we will create the aliases manually as a workaround
249249
looppart="1 2 3 4 5"
250250
for i in ${DISK}; do
251251
for j in ${looppart}; do

docs/Getting Started/Arch Linux/Root on ZFS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# For the CI/CD test run of this guide,
88
# Enable verbose logging of bash shell and fail immediately when
9-
# a commmand fails.
9+
# a command fails.
1010
set -vxeuf
1111
distro=${1}
1212

@@ -243,7 +243,7 @@ System Installation
243243
# devices as installation target. However, the alias support for
244244
# loop device was just introduced in March 2023. See
245245
# https://github.com/systemd/systemd/pull/26693
246-
# For now, we will create the aliases maunally as a workaround
246+
# For now, we will create the aliases manually as a workaround
247247
looppart="1 2 3 4 5"
248248
for i in ${DISK}; do
249249
for j in ${looppart}; do

docs/Getting Started/Debian/Debian Bookworm Root on ZFS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ Step 4: System Configuration
569569

570570
If you're installing on a laptop or a device where wireless is the
571571
primary network option, the above may not be sufficient as you
572-
could lack the appopriate firmware for the device and tools to
572+
could lack the appropriate firmware for the device and tools to
573573
configure the radio. Install some additional packages to cover
574574
that need::
575575

docs/Getting Started/Debian/Debian Trixie Root on ZFS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ Step 4: System Configuration
569569

570570
If you're installing on a laptop or a device where wireless is the
571571
primary network option, the above may not be sufficient as you
572-
could lack the appopriate firmware for the device and tools to
572+
could lack the appropriate firmware for the device and tools to
573573
configure the radio. Install some additional packages to cover
574574
that need::
575575

docs/Getting Started/Fedora/Root on ZFS.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# For the CI/CD test run of this guide,
88
# Enable verbose logging of bash shell and fail immediately when
9-
# a commmand fails.
9+
# a command fails.
1010
set -vxeuf
1111

1212
distro=${1}
@@ -252,7 +252,7 @@ System Installation
252252
# devices as installation target. However, the alias support for
253253
# loop device was just introduced in March 2023. See
254254
# https://github.com/systemd/systemd/pull/26693
255-
# For now, we will create the aliases maunally as a workaround
255+
# For now, we will create the aliases manually as a workaround
256256
looppart="1 2 3 4 5"
257257
for i in ${DISK}; do
258258
for j in ${looppart}; do
@@ -592,7 +592,7 @@ Bootloader
592592
# chroot ends here
593593
ZFS_ROOT_GUIDE_TEST
594594

595-
Post installaion
595+
Post installation
596596
---------------------------
597597

598598
#. Install package groups

docs/Getting Started/NixOS/Root on ZFS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# For the CI/CD test run of this guide,
66
# Enable verbose logging of bash shell and fail immediately when
7-
# a commmand fails.
7+
# a command fails.
88
set -vxeuf
99

1010
.. In this document, there are three types of code-block markups:
@@ -154,7 +154,7 @@ System Installation
154154
# devices as installation target. However, the alias support for
155155
# loop device was just introduced in March 2023. See
156156
# https://github.com/systemd/systemd/pull/26693
157-
# For now, we will create the aliases maunally as a workaround
157+
# For now, we will create the aliases manually as a workaround
158158
looppart="1 2 3 4 5"
159159
for i in ${DISK}; do
160160
for j in ${looppart}; do

docs/Getting Started/RHEL-based distro/Root on ZFS.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# For the CI/CD test run of this guide,
66
# Enable verbose logging of bash shell and fail immediately when
7-
# a commmand fails.
7+
# a command fails.
88
set -vxeuf
99
distro=${1}
1010

@@ -242,7 +242,7 @@ System Installation
242242
# devices as installation target. However, the alias support for
243243
# loop device was just introduced in March 2023. See
244244
# https://github.com/systemd/systemd/pull/26693
245-
# For now, we will create the aliases maunally as a workaround
245+
# For now, we will create the aliases manually as a workaround
246246
looppart="1 2 3 4 5"
247247
for i in ${DISK}; do
248248
for j in ${looppart}; do
@@ -513,7 +513,7 @@ Bootloader
513513
# chroot ends here
514514
ZFS_ROOT_GUIDE_TEST
515515

516-
Post installaion
516+
Post installation
517517
---------------------------
518518

519519
#. Install package groups

docs/Getting Started/openSUSE/openSUSE Leap Root on ZFS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ Step 5: System Configuration
672672
* en_US.utf8
673673
* POSIX
674674

675-
Find yout locale from `locale -a` commands output then set it with following command.
675+
Find your locale from `locale -a` commands output then set it with following command.
676676

677677
.. code-block:: text
678678

@@ -853,7 +853,7 @@ Step 6: Kernel Installation
853853
mkinitrd
854854

855855
**Note:** After some installations, LUKS partition cannot seen by dracut,
856-
this will print “Failure occured during following action:
856+
this will print “Failure occurred during following action:
857857
configuring encrypted DM device X VOLUME_CRYPTSETUP_FAILED“. For fix this
858858
issue you need to check cryptsetup installation. `See for more information <https://forums.opensuse.org/showthread.php/528938-installation-with-LUKS-cryptsetup-installer-gives-error-code-3034?p=2850404#post2850404>`__
859859
**Note:** Although we add the zfs config to the system module into `/etc/modules.d`, if it is not seen by dracut, we have to add it to dracut by force.

docs/Getting Started/openSUSE/openSUSE Tumbleweed Root on ZFS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ Step 5: System Configuration
655655
* en_US.utf8
656656
* POSIX
657657

658-
Find yout locale from `locale -a` commands output then set it with following command.
658+
Find your locale from `locale -a` commands output then set it with following command.
659659

660660
.. code-block:: text
661661

@@ -818,7 +818,7 @@ Step 6: Kernel Installation
818818
mkinitrd
819819

820820
**Note:** After some installations, LUKS partition cannot seen by dracut,
821-
this will print “Failure occured during following action:
821+
this will print “Failure occurred during following action:
822822
configuring encrypted DM device X VOLUME_CRYPTSETUP_FAILED“. For fix this
823823
issue you need to check cryptsetup installation. `See for more information <https://forums.opensuse.org/showthread.php/528938-installation-with-LUKS-cryptsetup-installer-gives-error-code-3034?p=2850404#post2850404>`__
824824
**Note:** Although we add the zfs config to the system module into `/etc/modules.d`, if it is not seen by dracut, we have to add it to dracut by force.

0 commit comments

Comments
 (0)