]> git.proxmox.com Git - mirror_qemu.git/commitdiff
misc: fix spelling
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 5 Nov 2018 13:54:00 +0000 (17:54 +0400)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 11 Dec 2018 17:28:46 +0000 (18:28 +0100)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20181105135400.18366-1-marcandre.lureau@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
target/i386/cpu.c

index f81d35e1f9141224044689b6b452b41d884225ea..748eaf8367b929be7911b33986bcf3c150cdce1a 100644 (file)
@@ -4065,7 +4065,7 @@ arch_query_cpu_model_expansion(CpuModelExpansionType type,
         x86_cpu_to_dict_full(xc, props);
     break;
     default:
-        error_setg(&err, "Unsupportted expansion type");
+        error_setg(&err, "Unsupported expansion type");
         goto out;
     }