From: Lei Li Date: Thu, 23 Aug 2012 05:14:25 +0000 (+0800) Subject: qapi: Fix enumeration typo error X-Git-Tag: v1.2.1~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59a01f73c31ceadba600e3cfb3305aa6995ae563;p=thirdparty%2Fqemu.git qapi: Fix enumeration typo error Signed-off-by: Lei Li Reviewed-by: Luiz Capitulino Signed-off-by: Stefan Hajnoczi (cherry picked from commit 6932a69b20a88428c531805cdd20eec8acf05b27) Signed-off-by: Michael Roth --- diff --git a/qapi-schema-guest.json b/qapi-schema-guest.json index d955cf11fb3..ed0eb698c63 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 8ddde1298c3..29dacb55525 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. #