render / rpms / qemu

Forked from rpms/qemu 5 months ago
Clone

Blame 0183-qapi-Fix-enumeration-typo-error.patch

5544c1
From 0ac82308def3b77162f0d9cecb11e6ffd2bd7939 Mon Sep 17 00:00:00 2001
5544c1
From: Lei Li <lilei@linux.vnet.ibm.com>
5544c1
Date: Thu, 23 Aug 2012 13:14:25 +0800
5544c1
Subject: [PATCH] qapi: Fix enumeration typo error
5544c1
5544c1
Signed-off-by: Lei Li <lilei@linux.vnet.ibm.com>
5544c1
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
5544c1
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
5544c1
(cherry picked from commit 6932a69b20a88428c531805cdd20eec8acf05b27)
5544c1
5544c1
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
5544c1
---
5544c1
 qapi-schema-guest.json | 2 +-
5544c1
 qapi-schema.json       | 4 ++--
5544c1
 2 files changed, 3 insertions(+), 3 deletions(-)
5544c1
5544c1
diff --git a/qapi-schema-guest.json b/qapi-schema-guest.json
5544c1
index d955cf1..ed0eb69 100644
5544c1
--- a/qapi-schema-guest.json
5544c1
+++ b/qapi-schema-guest.json
5544c1
@@ -293,7 +293,7 @@
5544c1
 ##
5544c1
 # @GuestFsFreezeStatus
5544c1
 #
5544c1
-# An enumation of filesystem freeze states
5544c1
+# An enumeration of filesystem freeze states
5544c1
 #
5544c1
 # @thawed: filesystems thawed/unfrozen
5544c1
 #
5544c1
diff --git a/qapi-schema.json b/qapi-schema.json
5544c1
index 8ddde12..29dacb5 100644
5544c1
--- a/qapi-schema.json
5544c1
+++ b/qapi-schema.json
5544c1
@@ -118,7 +118,7 @@
5544c1
 ##
5544c1
 # @RunState
5544c1
 #
5544c1
-# An enumation of VM run states.
5544c1
+# An enumeration of VM run states.
5544c1
 #
5544c1
 # @debug: QEMU is running on a debugger
5544c1
 #
5544c1
@@ -785,7 +785,7 @@
5544c1
 ##
5544c1
 # @SpiceQueryMouseMode
5544c1
 #
5544c1
-# An enumation of Spice mouse states.
5544c1
+# An enumeration of Spice mouse states.
5544c1
 #
5544c1
 # @client: Mouse cursor position is determined by the client.
5544c1
 #
5544c1
-- 
5544c1
1.7.12.1
5544c1