From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCRUM-0002J8-L6 for qemu-devel@nongnu.org; Fri, 14 Sep 2012 04:43:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCRUF-0007aN-Eq for qemu-devel@nongnu.org; Fri, 14 Sep 2012 04:43:02 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:41840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCRUF-0007V6-9Q for qemu-devel@nongnu.org; Fri, 14 Sep 2012 04:42:55 -0400 Received: by mail-wi0-f175.google.com with SMTP id hm2so5779757wib.10 for ; Fri, 14 Sep 2012 01:42:54 -0700 (PDT) From: Stefan Hajnoczi Date: Fri, 14 Sep 2012 09:42:23 +0100 Message-Id: <1347612146-5407-10-git-send-email-stefanha@gmail.com> In-Reply-To: <1347612146-5407-1-git-send-email-stefanha@gmail.com> References: <1347612146-5407-1-git-send-email-stefanha@gmail.com> Subject: [Qemu-devel] [PATCH 09/12] qapi: Fix enumeration typo error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Stefan Hajnoczi , qemu-devel@nongnu.org, Lei Li From: Lei Li Signed-off-by: Lei Li Reviewed-by: Luiz Capitulino Signed-off-by: Stefan Hajnoczi --- qapi-schema-guest.json | 2 +- qapi-schema.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qapi-schema-guest.json b/qapi-schema-guest.json index d955cf1..ed0eb69 100644 --- a/qapi-schema-guest.json +++ b/qapi-schema-guest.json @@ -293,7 +293,7 @@ ## # @GuestFsFreezeStatus # -# An enumation of filesystem freeze states +# An enumeration of filesystem freeze states # # @thawed: filesystems thawed/unfrozen # diff --git a/qapi-schema.json b/qapi-schema.json index a9f465a..24f5da0 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -118,7 +118,7 @@ ## # @RunState # -# An enumation of VM run states. +# An enumeration of VM run states. # # @debug: QEMU is running on a debugger # @@ -785,7 +785,7 @@ ## # @SpiceQueryMouseMode # -# An enumation of Spice mouse states. +# An enumeration of Spice mouse states. # # @client: Mouse cursor position is determined by the client. # -- 1.7.10.4