From patchwork Mon Nov 7 23:58:23 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Patch: fix typo: runnning -> running Date: Mon, 07 Nov 2011 13:58:23 -0000 From: Vagrant Cascadian X-Patchwork-Id: 124220 Message-Id: <20111107235823.GY26987@talon.fglan> To: qemu-devel@nongnu.org One n too many for running, need we say more. Signed-Off-By: Vagrant Cascadian live well, vagrant Index: qemu/target-i386/kvm.c =================================================================== --- qemu.orig/target-i386/kvm.c 2011-07-02 21:25:10.000000000 -0700 +++ qemu/target-i386/kvm.c 2011-07-02 21:25:20.000000000 -0700 @@ -1537,7 +1537,7 @@ 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"