WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-3.1-testing] xend: typo

# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1206524412 0
# Node ID d68fc8b831eb1ce1c780e667d06ea52c69fc19dd
# Parent  94ab718f2c74fe468f6b15f89876785a86557e41
xend: typo

Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx>
xen-unstable changeset:   17283:56fda4319623437a5778a8e3d005ee9a797b58a2
xen-unstable date:        Tue Mar 25 10:26:05 2008 +0000
---
 tools/python/xen/xend/XendDomainInfo.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 94ab718f2c74 -r d68fc8b831eb tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py   Wed Mar 26 09:39:40 2008 +0000
+++ b/tools/python/xen/xend/XendDomainInfo.py   Wed Mar 26 09:40:12 2008 +0000
@@ -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):

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-3.1-testing] xend: typo, Xen patchbot-3.1-testing <=