]> xenbits.xensource.com Git - xen.git/commitdiff
xend: typo
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 25 Mar 2008 10:26:05 +0000 (10:26 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 25 Mar 2008 10:26:05 +0000 (10:26 +0000)
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
tools/python/xen/xend/XendDomainInfo.py

index f057d7c0a970aad0edb1a49700f03d63ea1855a5..46e738c478d25fde56074be8ecc37d3ae46c3e1f 100644 (file)
@@ -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):