diff options
Diffstat (limited to 'tests/fork2_test.pl')
-rwxr-xr-x | tests/fork2_test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fork2_test.pl b/tests/fork2_test.pl index b5564e99c3f..19fab5a67d6 100755 --- a/tests/fork2_test.pl +++ b/tests/fork2_test.pl @@ -92,7 +92,7 @@ $errors=0; while (($pid=wait()) != -1) { $ret=$?/256; - print "thread '" . $work{$pid} . "' finnished with exit code $ret\n"; + print "thread '" . $work{$pid} . "' finished with exit code $ret\n"; $errors++ if ($ret != 0); } |