From: Marc-André Lureau Date: Mon, 5 Nov 2018 13:54:00 +0000 (+0400) Subject: misc: fix spelling X-Git-Tag: v4.0.0-rc0~221^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df68a7f3c8c677165ba875d15c228ab4d0225abd;p=thirdparty%2Fqemu.git misc: fix spelling Signed-off-by: Marc-André Lureau Reviewed-by: Laurent Vivier Message-Id: <20181105135400.18366-1-marcandre.lureau@redhat.com> Signed-off-by: Laurent Vivier --- diff --git a/target/i386/cpu.c b/target/i386/cpu.c index f81d35e1f91..748eaf8367b 100644 --- a/target/i386/cpu.c +++ b/target/i386/cpu.c @@ -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; }