tests: Fix typos

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Tim Wiederhake 2021-08-25 14:50:25 +02:00
parent cb50dc0ecb
commit 1452317b5c
2 changed files with 2 additions and 2 deletions

View 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");

View 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;
}