Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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