[libvirt PATCH] Fix typos

Tim Wiederhake posted 1 patch 2 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210917110702.14248-1-twiederh@redhat.com
There is a newer version of this series
src/ch/ch_monitor.c    | 2 +-
tests/virstoragetest.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[libvirt PATCH] Fix typos
Posted by Tim Wiederhake 2 years, 7 months ago
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
---
 src/ch/ch_monitor.c    | 2 +-
 tests/virstoragetest.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ch/ch_monitor.c b/src/ch/ch_monitor.c
index 4ed7cbfee7..d277466262 100644
--- a/src/ch/ch_monitor.c
+++ b/src/ch/ch_monitor.c
@@ -789,7 +789,7 @@ virCHMonitorResumeVM(virCHMonitor *mon)
  * @mon: Pointer to the monitor
  * @info: Get VM info
  *
- * Retrive the VM info and store in @info
+ * Retrieve the VM info and store in @info
  *
  * Returns 0 on success.
  */
diff --git a/tests/virstoragetest.c b/tests/virstoragetest.c
index ec185d8660..ccfc9f7001 100644
--- a/tests/virstoragetest.c
+++ b/tests/virstoragetest.c
@@ -100,7 +100,7 @@ testPrepImages(void)
         return NULL;
     }
 
-    /* create the folowing real backing chain with qcow2 images with absolute
+    /* create the following real backing chain with qcow2 images with absolute
      * backing and different qcow2 versions:
      * datadir/raw <- datadir/qcow2 (qcow2v2) <- datadir/wrap (qcow2v3) */
     cmdraw = virCommandNewArgList(qemuimg, "create",
-- 
2.31.1

Re: [libvirt PATCH] Fix typos
Posted by Erik Skultety 2 years, 7 months ago
On Fri, Sep 17, 2021 at 01:07:02PM +0200, Tim Wiederhake wrote:
> Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
> ---
>  src/ch/ch_monitor.c    | 2 +-
>  tests/virstoragetest.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Trivial.

Reviewed-by: Erik Skultety <eskultet@redhat>