From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5fQB-0001Lb-P1 for qemu-devel@nongnu.org; Thu, 08 Mar 2012 10:38:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5fPl-0001al-Dm for qemu-devel@nongnu.org; Thu, 08 Mar 2012 10:38:27 -0500 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:60134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5fPl-0001a3-4v for qemu-devel@nongnu.org; Thu, 08 Mar 2012 10:38:01 -0500 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 8 Mar 2012 15:37:57 -0000 Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q28FbU511859688 for ; Thu, 8 Mar 2012 15:37:30 GMT Received: from d06av09.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q28FbTT9013038 for ; Thu, 8 Mar 2012 08:37:29 -0700 From: Stefan Hajnoczi Date: Thu, 8 Mar 2012 15:37:13 +0000 Message-Id: <1331221041-4710-4-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1331221041-4710-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1331221041-4710-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 03/11] qmp: Fix spelling fourty -> forty List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Stefan Weil , qemu-devel@nongnu.org, Stefan Hajnoczi From: Stefan Weil This was found by codespell. Signed-off-by: Stefan Weil Acked-by: Luiz Capitulino Signed-off-by: Stefan Hajnoczi --- test-qmp-output-visitor.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-qmp-output-visitor.c b/test-qmp-output-visitor.c index c94c208..5452cd4 100644 --- a/test-qmp-output-visitor.c +++ b/test-qmp-output-visitor.c @@ -221,8 +221,8 @@ static void test_visitor_out_struct_nested(TestOutputVisitorData *data, QObject *obj; QDict *qdict, *dict1, *dict2, *dict3, *userdef; const char *string = "user def string"; - const char *strings[] = { "fourty two", "fourty three", "fourty four", - "fourty five" }; + const char *strings[] = { "forty two", "forty three", "forty four", + "forty five" }; ud2 = g_malloc0(sizeof(*ud2)); ud2->string0 = g_strdup(strings[0]); -- 1.7.9.1