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-unstable] xend: typo

# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1206440765 0
# Node ID 56fda4319623437a5778a8e3d005ee9a797b58a2
# Parent  0868396712b5c881bde59e7e4c6122805a32cd01
xend: typo

Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxxx>
---
 tools/python/xen/xend/XendDomainInfo.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 0868396712b5 -r 56fda4319623 tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py   Tue Mar 25 10:24:45 2008 +0000
+++ b/tools/python/xen/xend/XendDomainInfo.py   Tue Mar 25 10:26:05 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-unstable] xend: typo, Xen patchbot-unstable <=