diff mbox

Patch: fix typo: runnning -> running

Message ID 20111107235823.GY26987@talon.fglan
State New
Headers show

Commit Message

Vagrant Cascadian Nov. 7, 2011, 11:58 p.m. UTC
One n too many for running, need we say more.

Signed-Off-By: Vagrant Cascadian <vagrant@freegeek.org>



live well,
  vagrant

Comments

陳韋任 Nov. 8, 2011, 1:48 a.m. UTC | #1
Better cc to qemu-trivial@nongnu.org

On Mon, Nov 07, 2011 at 03:58:23PM -0800, Vagrant Cascadian wrote:
> One n too many for running, need we say more.
> 
> Signed-Off-By: Vagrant Cascadian <vagrant@freegeek.org>
> 
> 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"
> 
> 
> live well,
>   vagrant
diff mbox

Patch

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"