From 30923d830aa7b59ba771cd5b04dac67b72801730 Mon Sep 17 00:00:00 2001 From: Lalith Suresh Date: Wed, 2 Jun 2010 19:58:41 +0530 Subject: [PATCH] Fixed typo in test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index e0f095b00..910bc566d 100755 --- a/test.py +++ b/test.py @@ -948,7 +948,7 @@ class worker_thread(threading.Thread): if options.verbose: print "returncode = %d" % job.returncode - print "---------- beign standard out ----------" + print "---------- begin standard out ----------" print standard_out print "---------- begin standard err ----------" print standard_err