diff options
author | kent@mysql.com <> | 2005-08-26 12:37:35 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2005-08-26 12:37:35 +0200 |
commit | 207d159845ed2086730af1ab1cc68ee0545b8505 (patch) | |
tree | fb7a495bdde4b8d1124c92f37f857056812c9f91 /mysql-test/lib | |
parent | 64c2d249789a9359efcf8f7905fc3b98fcc8a9ab (diff) | |
download | mariadb-git-207d159845ed2086730af1ab1cc68ee0545b8505.tar.gz |
mysql-test-run.sh, mtr_report.pl:
Corrected typo
Diffstat (limited to 'mysql-test/lib')
-rw-r--r-- | mysql-test/lib/mtr_report.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/lib/mtr_report.pl b/mysql-test/lib/mtr_report.pl index 39bc8f95b98..868653afaa4 100644 --- a/mysql-test/lib/mtr_report.pl +++ b/mysql-test/lib/mtr_report.pl @@ -177,7 +177,7 @@ sub mtr_report_stats ($) { "%.2f\% were successful.\n\n", $ratio; print "The log files in var/log may give you some hint\n", - "of what when wrong.\n", + "of what went wrong.\n", "If you want to report this error, please read first ", "the documentation at\n", "http://www.mysql.com/doc/en/MySQL_test_suite.html\n"; |