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 typos.

# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Date 1174648345 0
# Node ID ac5c0a1008689b81cc146045e357d7c1730455a4
# Parent  7869f58ff5516713bab0b990100a15c4f944b063
Fix typos.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
 tools/xm-test/tests/list/02_list_badparm_neg.py     |    2 +-
 tools/xm-test/tests/unpause/01_unpause_basic_pos.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff -r 7869f58ff551 -r ac5c0a100868 
tools/xm-test/tests/list/02_list_badparm_neg.py
--- a/tools/xm-test/tests/list/02_list_badparm_neg.py   Fri Mar 23 11:11:41 
2007 +0000
+++ b/tools/xm-test/tests/list/02_list_badparm_neg.py   Fri Mar 23 11:12:25 
2007 +0000
@@ -11,6 +11,6 @@ eyecatcher = "Error:"
 eyecatcher = "Error:"
 where = output.find(eyecatcher)
 if status == 0:
-    FAIL("xm list returned invalud %i != 0" % status)
+    FAIL("xm list returned invalid %i != 0" % status)
 elif where == -1:
     FAIL("xm list failed to report error for bad arg")
diff -r 7869f58ff551 -r ac5c0a100868 
tools/xm-test/tests/unpause/01_unpause_basic_pos.py
--- a/tools/xm-test/tests/unpause/01_unpause_basic_pos.py       Fri Mar 23 
11:11:41 2007 +0000
+++ b/tools/xm-test/tests/unpause/01_unpause_basic_pos.py       Fri Mar 23 
11:12:25 2007 +0000
@@ -51,7 +51,7 @@ for i in range(100):
         # Unpause the domain
         status, output = traceCommand("xm unpause %s" % domain.getName())
         if status != 0:
-            FAIL("xm unpause returned invalud %i != 0", status)
+            FAIL("xm unpause returned invalid %i != 0", status)
 
 # Make sure the domain is unpaused before we finish up
 status, output = traceCommand("xm unpause %s" % domain.getName())

_______________________________________________
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 typos., Xen patchbot-unstable <=