From: Keir Fraser Date: Wed, 26 Mar 2008 09:40:12 +0000 (+0000) Subject: xend: typo X-Git-Tag: 3.1.4-rc2~4 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d076e13b0c20bd178c3ce8aa13c30d4bf4368b4f;p=people%2Fvhanquez%2Fxen.git xend: typo Signed-off-by: Samuel Thibault xen-unstable changeset: 17283:56fda4319623437a5778a8e3d005ee9a797b58a2 xen-unstable date: Tue Mar 25 10:26:05 2008 +0000 --- diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index 43a0bf1a1..5543e28ca 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -443,7 +443,7 @@ class XendDomainInfo: self.destroy() raise else: - raise XendError('VM is not susupened; it is %s' + raise XendError('VM is not suspended; it is %s' % XEN_API_VM_POWER_STATE[state]) def shutdown(self, reason):