]> xenbits.xensource.com Git - xen.git/commitdiff
Fix typos.
authorEwan Mellor <ewan@xensource.com>
Fri, 23 Mar 2007 11:12:25 +0000 (11:12 +0000)
committerEwan Mellor <ewan@xensource.com>
Fri, 23 Mar 2007 11:12:25 +0000 (11:12 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/xm-test/tests/list/02_list_badparm_neg.py
tools/xm-test/tests/unpause/01_unpause_basic_pos.py

index 5c40694b932c9a44722baebb45066655ff9238b8..3adbeb95e7c8ac0ea9bc6110a5e9049cdaf9e6ea 100644 (file)
@@ -11,6 +11,6 @@ status, output = traceCommand("xm list -x")
 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")
index 9c0dc6373a07d0e2e49ac5dec01a7e92cb1d987c..e7cfb5f65289821950b5026983f1eb4b8e97063e 100644 (file)
@@ -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())