summaryrefslogtreecommitdiffstats
path: root/tests/auto/test.pl
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2009-05-29 14:40:50 +0200
committerDavid Faure <faure@kde.org>2009-05-29 14:40:50 +0200
commit1d8a4f55ce40400fcb35a645f2e94837e6ab0a24 (patch)
tree91d1a2b994ea08f917477ae943758b108a52276a /tests/auto/test.pl
parent4193c81617e8f86f7939966465623a5170830b26 (diff)
typo fix
Diffstat (limited to 'tests/auto/test.pl')
-rwxr-xr-xtests/auto/test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/test.pl b/tests/auto/test.pl
index f2a1fe43d2..9fd5c9dbd3 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;
}