diff options
author | unknown <msvensson@pilot.mysql.com> | 2008-01-08 15:48:55 +0100 |
---|---|---|
committer | unknown <msvensson@pilot.mysql.com> | 2008-01-08 15:48:55 +0100 |
commit | 003c55d95edb20f1ef9b49f3872d5cb496262214 (patch) | |
tree | c3224e0f7a70c4a822df5838e9f73c84367e3349 /mysql-test/mysql-test-run.pl | |
parent | 1292c6f6a31348b9b8bdf84c26113d95bcb5abfa (diff) | |
download | mariadb-git-003c55d95edb20f1ef9b49f3872d5cb496262214.tar.gz |
Fix spelling
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 09b66ee4521..09a9b2cbcd2 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -783,7 +783,7 @@ sub set_mtr_build_thread_ports($) { "($opt_baseport - $opt_baseport + 9)"); } - mtr_report("Using MR_BUILD_THREAD $opt_mtr_build_thread,", + mtr_report("Using MR_BUILD_THREAD $mtr_build_thread,", "with reserved ports $opt_baseport..".($opt_baseport+9)); } |