diff options
Diffstat (limited to 'tests/insert_and_repair.pl')
-rwxr-xr-x | tests/insert_and_repair.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/insert_and_repair.pl b/tests/insert_and_repair.pl index 4d68c2ab9a0..1c7186bb651 100755 --- a/tests/insert_and_repair.pl +++ b/tests/insert_and_repair.pl @@ -56,7 +56,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); } |