summaryrefslogtreecommitdiff
path: root/netware
diff options
context:
space:
mode:
authorunknown <jani@ua141d10.elisa.omakaista.fi>2005-10-25 16:56:25 +0300
committerunknown <jani@ua141d10.elisa.omakaista.fi>2005-10-25 16:56:25 +0300
commita345629ac699f718a5494afe2ea9e64bffdf3723 (patch)
treeeb5faf46069244e32183a8340bd0da774b691167 /netware
parentca541b9ce10b68f7da1ae7021db7a6b3c8a38223 (diff)
downloadmariadb-git-a345629ac699f718a5494afe2ea9e64bffdf3723.tar.gz
Imported fixes from 4.1 and 5.0 to 4.0.
Diffstat (limited to 'netware')
-rw-r--r--netware/mysql_test_run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/netware/mysql_test_run.c b/netware/mysql_test_run.c
index 28fbe34993d..e8d4c09bc16 100644
--- a/netware/mysql_test_run.c
+++ b/netware/mysql_test_run.c
@@ -173,7 +173,7 @@ void report_stats()
mtr_log("\nFailed %u/%u test(s), %.02f%% successful.\n",
total_fail, total_test, percent);
mtr_log("\nThe .out and .err files in %s may give you some\n", result_dir);
- mtr_log("hint of what when wrong.\n");
+ mtr_log("hint of what went wrong.\n");
mtr_log("\nIf you want to report this error, please first read the documentation\n");
mtr_log("at: http://www.mysql.com/doc/M/y/MySQL_test_suite.html\n");
}