From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Subject: [PATCH 1/7] kvm tools: Fix spelling mistake Date: Thu, 13 Oct 2011 11:32:40 +0200 Message-ID: <1318498366-7824-1-git-send-email-levinsasha928@gmail.com> Cc: kvm@vger.kernel.org, mingo@elte.hu, asias.hejun@gmail.com, gorcunov@gmail.com, Sasha Levin To: penberg@cs.helsinki.fi Return-path: Received: from mail-ey0-f174.google.com ([209.85.215.174]:61705 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753509Ab1JMJdJ (ORCPT ); Thu, 13 Oct 2011 05:33:09 -0400 Received: by eye27 with SMTP id 27so1629727eye.19 for ; Thu, 13 Oct 2011 02:33:08 -0700 (PDT) Sender: kvm-owner@vger.kernel.org List-ID: Suggested-by: Ingo Molnar Signed-off-by: Sasha Levin --- tools/kvm/guest_compat.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/kvm/guest_compat.c b/tools/kvm/guest_compat.c index c5bacb8..fac53f5 100644 --- a/tools/kvm/guest_compat.c +++ b/tools/kvm/guest_compat.c @@ -91,7 +91,7 @@ int compat__print_all_messages(void) msg = list_first_entry(&messages, struct compat_message, list); - printf("\n\n*** Compatability Warning ***\n\n\t%s\n\n%s\n", + printf("\n\n*** Compatibility Warning ***\n\n\t%s\n\n%s\n", msg->title, msg->desc); list_del(&msg->list); -- 1.7.7