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)
commit62e3f3da8b4e8d60a3396b2056d1d58f8719fb43 (patch)
treee4436e34f9ef271722cb3e77e4b86ccebe02d5a7
parent60a2a96a0783c41cfde4c827f88c5714f551b127 (diff)
parent50cefdfd0f2671635752c68224351cc87daa0c94 (diff)
Merge commit 'refs/top-bases/t/timestamp-range-query-fix' into t/timestamp-range-query-fix
-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