Skip to content

Commit 8db6045

Browse files
sbrazgmelikov
authored andcommitted
Fix some typos
Signed-off-by: Louis Sautier <[email protected]>
1 parent 5a56f25 commit 8db6045

File tree

11 files changed

+23
-23
lines changed

11 files changed

+23
-23
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/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.

docs/Performance and Tuning/Module Parameters.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ l2arc_meta_percent
12621262

12631263
Percent of ARC size allowed for L2ARC-only headers.
12641264
Since L2ARC buffers are not evicted on memory pressure, too large amount of
1265-
headers on system with irrationaly large L2ARC can render it slow or unusable.
1265+
headers on system with irrationally large L2ARC can render it slow or unusable.
12661266
This parameter limits L2ARC writes and rebuild to achieve it.
12671267

12681268
+-------------------+-------------------------------------------------+
@@ -1443,7 +1443,7 @@ storage devices.
14431443
| Tags | `ARC <#arc>`__, `L2ARC <#l2arc>`__ |
14441444
+-------------------+-------------------------------------------------+
14451445
| When to change | Consider setting for cache devices which |
1446-
| | effeciently handle TRIM commands. |
1446+
| | efficiently handle TRIM commands. |
14471447
+-------------------+-------------------------------------------------+
14481448
| Data Type | ulong |
14491449
+-------------------+-------------------------------------------------+
@@ -4716,7 +4716,7 @@ zfs_nopwrite_enabled
47164716
~~~~~~~~~~~~~~~~~~~~
47174717

47184718
The NOP-write feature is enabled by default when a
4719-
crytographically-secure checksum algorithm is in use by the dataset.
4719+
cryptographically-secure checksum algorithm is in use by the dataset.
47204720
``zfs_nopwrite_enabled`` allows the NOP-write feature to be completely
47214721
disabled.
47224722

@@ -6860,7 +6860,7 @@ zfs_compressed_arc_enabled
68606860

68616861
When compression is enabled for a dataset, later reads of the data can
68626862
store the blocks in ARC in their on-disk, compressed state. This can
6863-
increse the effective size of the ARC, as counted in blocks, and thus
6863+
increase the effective size of the ARC, as counted in blocks, and thus
68646864
improve the ARC hit ratio.
68656865

68666866
+----------------------------+----------------------------------------+

0 commit comments

Comments
 (0)