diff options
author | David Faure <faure@kde.org> | 2009-05-29 12:40:50 (GMT) |
---|---|---|
committer | David Faure <faure@kde.org> | 2009-05-29 12:40:50 (GMT) |
commit | 1d8a4f55ce40400fcb35a645f2e94837e6ab0a24 (patch) | |
tree | 91d1a2b994ea08f917477ae943758b108a52276a /tests/auto/test.pl | |
parent | 4193c81617e8f86f7939966465623a5170830b26 (diff) | |
download | Qt-1d8a4f55ce40400fcb35a645f2e94837e6ab0a24.zip Qt-1d8a4f55ce40400fcb35a645f2e94837e6ab0a24.tar.gz Qt-1d8a4f55ce40400fcb35a645f2e94837e6ab0a24.tar.bz2 |
typo fix
Diffstat (limited to 'tests/auto/test.pl')
-rwxr-xr-x | tests/auto/test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/test.pl b/tests/auto/test.pl index f2a1fe4..9fd5c9d 100755 --- a/tests/auto/test.pl +++ b/tests/auto/test.pl @@ -179,7 +179,7 @@ print " Tests started: $totalStarted \n"; print " Tests executed: $totalExecuted \n"; print " Tests timed out: $totalTimedOut \n"; -# This procedure takes care of handling death children on due time +# This procedure takes care of handling dead children on due time sub handleDeath { $buryChildren = 1; } |