From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR1dT-0003kf-FZ for qemu-devel@nongnu.org; Thu, 17 Nov 2011 08:04:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RR1dO-0001Ui-Ed for qemu-devel@nongnu.org; Thu, 17 Nov 2011 08:04:11 -0500 Received: from mtagate2.uk.ibm.com ([194.196.100.162]:50366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR1dO-0001UQ-2B for qemu-devel@nongnu.org; Thu, 17 Nov 2011 08:04:06 -0500 Received: from d06nrmr1707.portsmouth.uk.ibm.com (d06nrmr1707.portsmouth.uk.ibm.com [9.149.39.225]) by mtagate2.uk.ibm.com (8.13.1/8.13.1) with ESMTP id pAHD446j009524 for ; Thu, 17 Nov 2011 13:04:04 GMT Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pAHD440p2338998 for ; Thu, 17 Nov 2011 13:04:04 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost.localdomain [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pAHD3seS026591 for ; Thu, 17 Nov 2011 06:03:54 -0700 From: Stefan Hajnoczi Date: Thu, 17 Nov 2011 13:03:36 +0000 Message-Id: <1321535018-32543-4-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1321535018-32543-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1321535018-32543-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 3/5] Fix typo: runnning -> running List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi , Vagrant Cascadian From: Vagrant Cascadian One n too many for running, need we say more. Signed-Off-By: Vagrant Cascadian Signed-off-by: Stefan Hajnoczi --- target-i386/kvm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-i386/kvm.c b/target-i386/kvm.c index ddd115c..5bfc21f 100644 --- a/target-i386/kvm.c +++ b/target-i386/kvm.c @@ -1845,7 +1845,7 @@ int kvm_arch_handle_exit(CPUState *env, struct kvm_run *run) code); if (host_supports_vmx() && code == VMX_INVALID_GUEST_STATE) { fprintf(stderr, - "\nIf you're runnning a guest on an Intel machine without " + "\nIf you're running a guest on an Intel machine without " "unrestricted mode\n" "support, the failure can be most likely due to the guest " "entering an invalid\n" -- 1.7.7.1