From: Keir Fraser Date: Tue, 25 Mar 2008 10:26:05 +0000 (+0000) Subject: xend: typo X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14240^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f28927a9915c1ea48a724c4e2f158db48b6bf26c;p=xen.git xend: typo Signed-off-by: Samuel Thibault --- diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py index f057d7c0a9..46e738c478 100644 --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -459,7 +459,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):