[libvirt PATCH] tests: Fix typos

Tim Wiederhake posted 1 patch 2 years, 8 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210825125244.86850-1-twiederh@redhat.com
tests/qemuxml2argvtest.c | 2 +-
tests/testutilsqemu.c    | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[libvirt PATCH] tests: Fix typos
Posted by Tim Wiederhake 2 years, 8 months ago
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
---
 tests/qemuxml2argvtest.c | 2 +-
 tests/testutilsqemu.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c
index 0cc4e8a73b..aa2afd878b 100644
--- a/tests/qemuxml2argvtest.c
+++ b/tests/qemuxml2argvtest.c
@@ -2093,7 +2093,7 @@ mymain(void)
     DO_TEST_CAPS_VER("cpu-host-model", "6.0.0");
     DO_TEST_CAPS_VER("cpu-host-model", "6.1.0");
 
-    /* For this specific test we accept the increased likelyhood of changes
+    /* For this specific test we accept the increased likelihood of changes
      * if qemu updates the CPU model */
     DO_TEST_CAPS_LATEST("cpu-host-model");
 
diff --git a/tests/testutilsqemu.c b/tests/testutilsqemu.c
index ea9a283297..164d601613 100644
--- a/tests/testutilsqemu.c
+++ b/tests/testutilsqemu.c
@@ -750,7 +750,7 @@ testQemuInfoInitArgs(struct testQemuInfo *info)
     info->args.newargs = false;
 
     if (info->args.invalidarg) {
-        fprintf(stderr, "Invalid agument encountered by 'testQemuInfoSetArgs'\n");
+        fprintf(stderr, "Invalid argument encountered by 'testQemuInfoSetArgs'\n");
         return -1;
     }
 
-- 
2.31.1

Re: [libvirt PATCH] tests: Fix typos
Posted by Ján Tomko 2 years, 8 months ago
On a Wednesday in 2021, Tim Wiederhake wrote:
>Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
>---
> tests/qemuxml2argvtest.c | 2 +-
> tests/testutilsqemu.c    | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>

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

Jano