Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-changelog

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

# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1206524152 0
# Node ID 4b4bfcb18a4c44f67e2f6bd17af12238720f1062
# Parent  1f103b46927ee5635bd2c707eb3d7db3ba516e08
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 1f103b46927e -r 4b4bfcb18a4c tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py   Wed Mar 26 09:35:29 2008 +0000
+++ b/tools/python/xen/xend/XendDomainInfo.py   Wed Mar 26 09:35:52 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 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.2-testing] xend: typo, Xen patchbot-3.2-testing <=