summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Hanxiao <chenhanxiao@cn.fujitsu.com>2014-03-12 15:36:59 +0800
committerChen Hanxiao <chenhanxiao@cn.fujitsu.com>2014-03-12 15:36:59 +0800
commite9519a2f9abaa3c916651933c7ad5f3eb8d3a2f0 (patch)
tree8f5c5eb634263f007a0d0fab01c60e3efd310e95
parent66d146aceec7d6b4301f1795d8bea25d2d8306b8 (diff)
downloadvirt-manager-e9519a2f9abaa3c916651933c7ad5f3eb8d3a2f0.tar.gz
domain: fix a typo
s/checkig/checking Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
-rw-r--r--virtManager/domain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtManager/domain.py b/virtManager/domain.py
index 6af08ccb..a308aab3 100644
--- a/virtManager/domain.py
+++ b/virtManager/domain.py
@@ -977,7 +977,7 @@ class vmmDomain(vmmLibvirtObject):
# description from the inactive XML from a running VM
#
# libvirt since 0.9.10 provides a SetMetadata API that provides
- # actual <description> 'hotplug', and using that means checkig
+ # actual <description> 'hotplug', and using that means checking
# for support, version, etc.
if not self.conn.check_support(
self.conn.SUPPORT_DOMAIN_SET_METADATA, self._backend):