소스 검색

Fix typo: runnning -> running

One n too many for running, need we say more.

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

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Vagrant Cascadian 13 년 전
부모
커밋
126197214e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      target-i386/kvm.c

+ 1 - 1
target-i386/kvm.c

@@ -1845,7 +1845,7 @@ int kvm_arch_handle_exit(CPUState *env, struct kvm_run *run)
                 code);
                 code);
         if (host_supports_vmx() && code == VMX_INVALID_GUEST_STATE) {
         if (host_supports_vmx() && code == VMX_INVALID_GUEST_STATE) {
             fprintf(stderr,
             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"
                         "unrestricted mode\n"
                     "support, the failure can be most likely due to the guest "
                     "support, the failure can be most likely due to the guest "
                         "entering an invalid\n"
                         "entering an invalid\n"