with_timeout.py: fix typo in the doc

This commit is contained in:
Denis Bilenko
2009-05-19 20:27:27 +07:00
parent 78bc7e0e72
commit 637116b84c

View File

@@ -22,7 +22,7 @@
"""
Run Python script in a child process. Kill it after timeout has elapsed.
If the script was running unittest test cases, the timeouted test cases is
If the script was running unittest test cases, the timeouted test case is
disabled and the script is restarted.
Usage: %prog [-t TIMEOUT] program.py [args]