diff --git a/test/cfg2cmd/cputype-icelake-client-deprecation.conf b/test/cfg2cmd/cputype-icelake-client-deprecation.conf index 2f595162..c0c4b929 100644 --- a/test/cfg2cmd/cputype-icelake-client-deprecation.conf +++ b/test/cfg2cmd/cputype-icelake-client-deprecation.conf @@ -1,4 +1,4 @@ -# TEST: test CPU type depreacation for Icelake-Client (never existed in the wild) +# TEST: test CPU type deprecation for Icelake-Client (never existed in the wild) bootdisk: scsi0 cores: 2 cpu: Icelake-Client diff --git a/test/cfg2cmd/memory-hugepages-1g.conf b/test/cfg2cmd/memory-hugepages-1g.conf index 567a24d9..de6b66b4 100644 --- a/test/cfg2cmd/memory-hugepages-1g.conf +++ b/test/cfg2cmd/memory-hugepages-1g.conf @@ -1,4 +1,4 @@ -# TEST: memory wih 1gb hugepages +# TEST: memory with 1gb hugepages cores: 2 memory: 8192 name: simple diff --git a/test/cfg2cmd/memory-hugepages-2m.conf b/test/cfg2cmd/memory-hugepages-2m.conf index 50d53f0d..35d7b21e 100644 --- a/test/cfg2cmd/memory-hugepages-2m.conf +++ b/test/cfg2cmd/memory-hugepages-2m.conf @@ -1,4 +1,4 @@ -# TEST: memory wih 2mb hugepages +# TEST: memory with 2mb hugepages cores: 2 memory: 8192 name: simple diff --git a/test/cfg2cmd/minimal-defaults-to-new-machine.conf b/test/cfg2cmd/minimal-defaults-to-new-machine.conf index f856f243..e469cd73 100644 --- a/test/cfg2cmd/minimal-defaults-to-new-machine.conf +++ b/test/cfg2cmd/minimal-defaults-to-new-machine.conf @@ -1,4 +1,4 @@ -# TEST: newer machine verison than QEMU version installed on node +# TEST: newer machine version than QEMU version installed on node # QEMU_VERSION: 9.0.0 # EXPECT_ERROR: Installed QEMU version '9.0.0' is too old to run machine type 'pc-q35-42.9+pve0', please upgrade node 'localhost' smbios1: uuid=6cf17dc3-8341-4ecc-aebd-7503f2583fb3 diff --git a/test/cfg2cmd/minimal-defaults-unsupported-pve-version.conf b/test/cfg2cmd/minimal-defaults-unsupported-pve-version.conf index f0f5cc33..33d3c93f 100644 --- a/test/cfg2cmd/minimal-defaults-unsupported-pve-version.conf +++ b/test/cfg2cmd/minimal-defaults-unsupported-pve-version.conf @@ -1,4 +1,4 @@ -# TEST: newer machine verison than QEMU version installed on node +# TEST: newer machine version than QEMU version installed on node # QEMU_VERSION: 9.0.0 # EXPECT_ERROR: Installed qemu-server (max feature level for 9.0 is pve0) is too old to run machine type 'pc-q35-9.0+pve77', please upgrade node 'localhost' smbios1: uuid=6cf17dc3-8341-4ecc-aebd-7503f2583fb3 diff --git a/test/run_config2command_tests.pl b/test/run_config2command_tests.pl index 8c525f09..5308b1fc 100755 --- a/test/run_config2command_tests.pl +++ b/test/run_config2command_tests.pl @@ -508,7 +508,7 @@ sub do_test($) { } } -print "testing config to command stabillity\n"; +print "testing config to command stability\n"; # exec tests if (my $file = shift) {