From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: [PATCH] xend: typo Date: Mon, 24 Mar 2008 17:48:45 +0000 Message-ID: <20080324174845.GB17335@implementation.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org xend: typo Signed-off-by: Samuel Thibault diff -r 87c17a6c540c tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Fri Mar 21 10:06:06 2008 +0000 +++ b/tools/python/xen/xend/XendDomainInfo.py Mon Mar 24 17:48:09 2008 +0000 @@ -459,7 +459,7 @@ class XendDomainInfo: self.destroy() raise else: - raise XendError('VM is not susupened; it is %s' + raise XendError('VM is not suspened; it is %s' % XEN_API_VM_POWER_STATE[state]) def shutdown(self, reason):