From 6bdf5cb9807ad2e2d484ac538d6f4f5538b9f63d Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Mon, 14 Nov 2011 14:06:23 -0800 Subject: [PATCH] Fix typo: runnning -> running 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 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.7.4