From 28f23298267ede50fbf31b107a5babbb12ad3e7d Mon Sep 17 00:00:00 2001 From: Sascha Silbe Date: Wed, 27 Oct 2010 20:29:25 +0000 Subject: fix typo --- 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 -- cgit v0.9.1