]> sourceware.org Git - lvm2.git/commitdiff
pages: Fix typos
authorMarian Csontos <mcsontos@redhat.com>
Thu, 16 May 2024 11:06:37 +0000 (13:06 +0200)
committerMarian Csontos <mcsontos@redhat.com>
Thu, 27 Jun 2024 13:16:26 +0000 (15:16 +0200)
doc/index.mdwn
doc/release-notes/2.03.24.mdwn

index 26088ffdbfb63e65371c461a75f7f097398f0340..ceaab5e592485fa746287935074ce57b10576813 100644 (file)
@@ -35,7 +35,7 @@ To use LVM2 you need 3 things:
 
 ## Getting LVM
 
-Most of linux ditribution offer packaged LVM tools.
+Most of linux distribution offer packaged LVM tools.
 Depending on your distribution use
 
     # RPM based distributions (Fedora):
@@ -64,7 +64,7 @@ tool with low level access and one may seriously harm their data when used
 incorrectly!
 
 
-* Physical Volume (PV) is underlaying disk, local or remote, encrypted or even
+* Physical Volume (PV) is underlying disk, local or remote, encrypted or even
   a mdadm RAID volume. PV is divided into so called Physical Extents (PE) which
   are a basic allocation unit.
   List PVs using [pvs(8)](https://man7.org/linux/man-pages/man8/pvs.8.html) or
@@ -72,7 +72,7 @@ incorrectly!
 
   Make one by running `pvcreate /dev/sdX`.
   See [pvcreate(8)](https://man7.org/linux/man-pages/man8/pvcreate.8.html). This step is optional.
-* Volume Group (VG) consisting for one or more PVs is used as a pool from which LVs are allocated.
+* Volume Group (VG) consisting of one or more PVs is used as a pool from which LVs are allocated.
   List VGs using [vgs(8)](https://man7.org/linux/man-pages/man8/vgs.8.html) or
   [vgdisplay(8)](https://man7.org/linux/man-pages/man8/vgdisplay.8.html).
 
index ee3ddb80e7917fa913ec7e0882fa59035936224d..1f2987e24922dbbda480172b3311dfb41f0680c1 100644 (file)
@@ -22,7 +22,7 @@ Features
 
 * **IMPORTANT:** When `devices/scan_lvs` is enabled found LVs are no longer auto
   activated, must enable `LVM_PVSCAN_ON_LVS` in udev rules (*69-dm-lvm.rules*.)
-    * NOTE: It is not recomended to use LVs for PVs. If you have an use case for
+    * NOTE: It is not recommended to use LVs for PVs. If you have an use case for
       this talk to us, please.
 * Changes to devices file are now backed up in */etc/lvm/devices/backup/*.
   Controlled by `devices/devicesfile_backup_limit` configuration option.
This page took 0.039721 seconds and 5 git commands to generate.