From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46195) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4PlI-0008Bk-17 for qemu-devel@nongnu.org; Thu, 23 Aug 2012 01:15:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T4PlB-0000Rs-09 for qemu-devel@nongnu.org; Thu, 23 Aug 2012 01:15:19 -0400 Received: from e28smtp06.in.ibm.com ([122.248.162.6]:49583) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T4PlA-0000O1-B2 for qemu-devel@nongnu.org; Thu, 23 Aug 2012 01:15:12 -0400 Received: from /spool/local by e28smtp06.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 23 Aug 2012 10:45:10 +0530 Received: from d28av03.in.ibm.com (d28av03.in.ibm.com [9.184.220.65]) by d28relay02.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q7N5F8U77864690 for ; Thu, 23 Aug 2012 10:45:08 +0530 Received: from d28av03.in.ibm.com (loopback [127.0.0.1]) by d28av03.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q7N5F8Eg003508 for ; Thu, 23 Aug 2012 15:15:08 +1000 From: Lei Li Date: Thu, 23 Aug 2012 13:14:25 +0800 Message-Id: <1345698866-19794-6-git-send-email-lilei@linux.vnet.ibm.com> In-Reply-To: <1345698866-19794-1-git-send-email-lilei@linux.vnet.ibm.com> References: <1345698866-19794-1-git-send-email-lilei@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 5/6] Fix enumeration typo error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, eblake@redhat.com, Lei Li Signed-off-by: Lei Li --- 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 1346bcc..8e13a05 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 # @@ -836,7 +836,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.7.6