]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: Fix typos
authorTim Wiederhake <twiederh@redhat.com>
Wed, 25 Aug 2021 12:50:25 +0000 (14:50 +0200)
committerTim Wiederhake <twiederh@redhat.com>
Thu, 26 Aug 2021 09:40:49 +0000 (11:40 +0200)
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxml2argvtest.c
tests/testutilsqemu.c

index 83b6b403bb28f76df2c39c027b45061af5ffd00e..3b331d5fd43cc7c47f9c47aa71dfabf22afaefc6 100644 (file)
@@ -2094,7 +2094,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");
 
index ea9a28329734999af64d0d897148ceeac7e2f84f..164d601613c8bdbd525c79097bbbc4675f6078e0 100644 (file)
@@ -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;
     }