Fixed typo in test.py
authorLalith Suresh
Wed, 02 Jun 2010 19:58:41 +0530
changeset 6327 246934d7b912
parent 6326 1bb22e1a2b59
child 6328 f03f4d82daaf
Fixed typo in test.py
test.py
--- a/test.py	Tue Jun 01 09:46:39 2010 +0200
+++ b/test.py	Wed Jun 02 19:58:41 2010 +0530
@@ -948,7 +948,7 @@
 
                 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