* [PATCH] xend: typo
@ 2008-03-24 17:48 Samuel Thibault
2008-03-24 17:53 ` Samuel Thibault
0 siblings, 1 reply; 2+ messages in thread
From: Samuel Thibault @ 2008-03-24 17:48 UTC (permalink / raw)
To: xen-devel
xend: typo
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
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):
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] xend: typo
2008-03-24 17:48 [PATCH] xend: typo Samuel Thibault
@ 2008-03-24 17:53 ` Samuel Thibault
0 siblings, 0 replies; 2+ messages in thread
From: Samuel Thibault @ 2008-03-24 17:53 UTC (permalink / raw)
To: xen-devel
Samuel Thibault, le Mon 24 Mar 2008 17:48:45 +0000, a écrit :
> xend: typo
>
> Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
>
> 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'
suspended, even...
Samuel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-24 17:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-24 17:48 [PATCH] xend: typo Samuel Thibault
2008-03-24 17:53 ` Samuel Thibault
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.