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:25 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-10-27 20:29:25 (GMT)
commit28f23298267ede50fbf31b107a5babbb12ad3e7d (patch)
treed2bc880a3c78f8802346115c31c9786f750038a3
parent725da348a94f5aa77c77d1d94506381449c50411 (diff)
fix typo
-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