Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2010-10-27 20:29:36 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-10-27 20:29:36 (GMT)
commit8eb141a845bcea915f14d3d24e312104500b10ad (patch)
treed2bc880a3c78f8802346115c31c9786f750038a3
parent4eb1b2f5126751393a4584dc64ec9d6be5b5eb5b (diff)
parent28f23298267ede50fbf31b107a5babbb12ad3e7d (diff)
Merge branch 't/testsuite' into refs/top-bases/t/query-typed-props
-rwxr-xr-xtests/runalltests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runalltests.py b/tests/runalltests.py
index bff2f8c..f59200f 100755
--- a/tests/runalltests.py
+++ b/tests/runalltests.py
@@ -98,7 +98,7 @@ def wait_children():
except OSError, exception:
if exception.errno in (errno.ECHILD, errno.ESRCH):
# ECHILD is not documented in kill(2) and kill(2p), but used by
- # Linux to indicate not child processes remaining to be waited for
+ # Linux to indicate no child processes remaining to be waited for
return
raise