mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
tests: Fix typos
Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
cb50dc0ecb
commit
1452317b5c
@ -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");
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user