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] Fix typo.

# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Node ID 57422757b04c0ee9f6199bf26653cdf0e67f5bc9
# Parent  dc1c8ae0a87aadfb6c098ad1e3e81babcc3d09fc
Fix typo.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
 tools/python/xen/xm/main.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r dc1c8ae0a87a -r 57422757b04c tools/python/xen/xm/main.py
--- a/tools/python/xen/xm/main.py       Mon Nov 27 12:50:30 2006 +0000
+++ b/tools/python/xen/xm/main.py       Mon Nov 27 12:53:40 2006 +0000
@@ -100,7 +100,7 @@ SUBCOMMAND_HELP = {
                      'Remove a domain from Xend domain management.'),
     'start'       : ('<DomainName>', 'Start a Xend managed domain'),
     'resume'      : ('<DomainName>', 'Resume a Xend managed domain'),
-    'suspend'     : ('<DomainName>', 'Suspend a Xend maanged domain'),
+    'suspend'     : ('<DomainName>', 'Suspend a Xend managed domain'),
 
     # less used commands
 

_______________________________________________
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] Fix typo., Xen patchbot-unstable <=