]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Fix some typos
authorTim Wiederhake <twiederh@redhat.com>
Tue, 22 Jun 2021 13:54:01 +0000 (15:54 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 22 Jun 2021 13:55:56 +0000 (15:55 +0200)
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
docs/kbase/live_full_disk_backup.rst

index 1605ec05d223a0edc2b3c9919c2d1f3b2a9d47b3..562a9e87b0546e5b574fdc409fd7818b6c8e9873 100644 (file)
@@ -97,7 +97,7 @@ virDomainBackupBegin() API: Assuming a guest with a single disk image,
 create a temporary live QCOW2 overlay (commonly called as "external
 snapshot") to track the live guest writes.  Then backup the original
 disk image while the guest (live QEMU) keeps writing to the temporary
-overlay.  Finally, perform the "active block-commit" opertion to
+overlay.  Finally, perform the "active block-commit" operation to
 live-merge the temporary overlay disk contents into the original image —
 i.e. the backing file — and "pivot" the live QEMU process to point to
 it.
@@ -138,7 +138,7 @@ it.
     you have to explicitly clean the libvirt metadata using ``virsh
     snapshot-delete vm1 --metadata [name|--current]``.
 
-#. Now, take a backup the orignal image, ``base.raw``, to a different
+#. Now, take a backup the original image, ``base.raw``, to a different
    location using ``cp`` or ``rsync``::
 
     $ cp /var/lib/libvirt/images/base.raw