mirror of
https://github.com/xemu-project/xemu.git
synced 2025-01-31 09:02:37 +00:00
qmp: Fix spelling fourty -> forty
This was found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de> Acked-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
441dd5ebd5
commit
beae9d7990
@ -221,8 +221,8 @@ static void test_visitor_out_struct_nested(TestOutputVisitorData *data,
|
|||||||
QObject *obj;
|
QObject *obj;
|
||||||
QDict *qdict, *dict1, *dict2, *dict3, *userdef;
|
QDict *qdict, *dict1, *dict2, *dict3, *userdef;
|
||||||
const char *string = "user def string";
|
const char *string = "user def string";
|
||||||
const char *strings[] = { "fourty two", "fourty three", "fourty four",
|
const char *strings[] = { "forty two", "forty three", "forty four",
|
||||||
"fourty five" };
|
"forty five" };
|
||||||
|
|
||||||
ud2 = g_malloc0(sizeof(*ud2));
|
ud2 = g_malloc0(sizeof(*ud2));
|
||||||
ud2->string0 = g_strdup(strings[0]);
|
ud2->string0 = g_strdup(strings[0]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user