From: Vagrant Cascadian Date: Mon, 14 Nov 2011 22:06:23 +0000 (-0800) Subject: Fix typo: runnning -> running X-Git-Tag: qemu-xen-4.3.0-rc1~1995 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=126197214e24b51a76fa6b0559e45b025b77e752;p=qemu-upstream-4.3-testing.git Fix typo: runnning -> running One n too many for running, need we say more. Signed-Off-By: Vagrant Cascadian Signed-off-by: Stefan Hajnoczi --- diff --git a/target-i386/kvm.c b/target-i386/kvm.c index ddd115c53..5bfc21fc5 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"