ia64/xen-unstable
changeset 14532:ac5c0a100868
Fix typos.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | Ewan Mellor <ewan@xensource.com> |
---|---|
date | Fri Mar 23 11:12:25 2007 +0000 (2007-03-23) |
parents | 7869f58ff551 |
children | fb6395d2e979 |
files | tools/xm-test/tests/list/02_list_badparm_neg.py tools/xm-test/tests/unpause/01_unpause_basic_pos.py |
line diff
1.1 --- a/tools/xm-test/tests/list/02_list_badparm_neg.py Fri Mar 23 11:11:41 2007 +0000 1.2 +++ b/tools/xm-test/tests/list/02_list_badparm_neg.py Fri Mar 23 11:12:25 2007 +0000 1.3 @@ -11,6 +11,6 @@ status, output = traceCommand("xm list - 1.4 eyecatcher = "Error:" 1.5 where = output.find(eyecatcher) 1.6 if status == 0: 1.7 - FAIL("xm list returned invalud %i != 0" % status) 1.8 + FAIL("xm list returned invalid %i != 0" % status) 1.9 elif where == -1: 1.10 FAIL("xm list failed to report error for bad arg")
2.1 --- a/tools/xm-test/tests/unpause/01_unpause_basic_pos.py Fri Mar 23 11:11:41 2007 +0000 2.2 +++ b/tools/xm-test/tests/unpause/01_unpause_basic_pos.py Fri Mar 23 11:12:25 2007 +0000 2.3 @@ -51,7 +51,7 @@ for i in range(100): 2.4 # Unpause the domain 2.5 status, output = traceCommand("xm unpause %s" % domain.getName()) 2.6 if status != 0: 2.7 - FAIL("xm unpause returned invalud %i != 0", status) 2.8 + FAIL("xm unpause returned invalid %i != 0", status) 2.9 2.10 # Make sure the domain is unpaused before we finish up 2.11 status, output = traceCommand("xm unpause %s" % domain.getName())