]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: fix documentation typos for lvm zap
authorAndrew Schoen <aschoen@redhat.com>
Wed, 7 Feb 2018 14:35:47 +0000 (08:35 -0600)
committerAlfredo Deza <adeza@redhat.com>
Wed, 14 Feb 2018 12:23:03 +0000 (07:23 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 5552cefc4ce6d6d819f43671cec83ca23b119665)

doc/ceph-volume/lvm/zap.rst
src/ceph-volume/ceph_volume/devices/lvm/zap.py

index e0c190242acbebd1eca637c0273cfaf0db901143..2236ad4efbc44323bf9b918ff38c9da64c0f8177 100644 (file)
@@ -10,8 +10,8 @@ on the given lv or partition will be removed and all data will be purged.
 
 .. note:: The lv or partition will be kept intact.
 
-.. note:: If the logicial volume, raw device or partition is being used for any ceph related
-          mountpoints they will be unmounted.
+.. note:: If the logical volume, raw device or partition is being used for any ceph related
+          mount points they will be unmounted.
 
 Zapping a logical volume::
 
index 16ebc76f6b55f77da4cefcd82ff330553752a29e..0cadc10765edf254cb352e71a107a634ac169b9a 100644 (file)
@@ -103,8 +103,8 @@ class Zap(object):
         filesystems present on the given device, vg/lv, or partition will be removed and
         all data will be purged.
 
-        If the logicial volume, raw device or partition is being used for any ceph related
-        mountpoints they will be unmounted.
+        If the logical volume, raw device or partition is being used for any ceph related
+        mount points they will be unmounted.
 
         However, the lv or partition will be kept intact.