[libvirt PATCH] docs: Fix some typos

Tim Wiederhake posted 1 patch 2 years, 10 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210622135401.16228-1-twiederh@redhat.com
docs/kbase/live_full_disk_backup.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[libvirt PATCH] docs: Fix some typos
Posted by Tim Wiederhake 2 years, 10 months ago
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
---
 docs/kbase/live_full_disk_backup.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/kbase/live_full_disk_backup.rst b/docs/kbase/live_full_disk_backup.rst
index 1605ec05d2..562a9e87b0 100644
--- a/docs/kbase/live_full_disk_backup.rst
+++ b/docs/kbase/live_full_disk_backup.rst
@@ -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
-- 
2.31.1

Re: [libvirt PATCH] docs: Fix some typos
Posted by Jano Tomko 2 years, 10 months ago
On 6/22/21 3:54 PM, Tim Wiederhake wrote:
> Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
> ---
>  docs/kbase/live_full_disk_backup.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Reviewed-by: Ján Tomko <jtomko@redhat.com>

and pushed.

Jano