diff options
author | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-10-14 08:45:41 +0300 |
---|---|---|
committer | jani@a193-229-222-105.elisa-laajakaista.fi <> | 2005-10-14 08:45:41 +0300 |
commit | 63ac3040a88079cc61728631043b18d535efe152 (patch) | |
tree | 54aadb74968f82b395e5966b341611883c2aeb37 /netware/mysql_test_run.c | |
parent | 63262cfdea2e02860142c9797ba027ba03f9f5f3 (diff) | |
download | mariadb-git-63ac3040a88079cc61728631043b18d535efe152.tar.gz |
Small fixes for Netware.
Diffstat (limited to 'netware/mysql_test_run.c')
-rw-r--r-- | netware/mysql_test_run.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netware/mysql_test_run.c b/netware/mysql_test_run.c index 7ca242178ff..92ed89b4770 100644 --- a/netware/mysql_test_run.c +++ b/netware/mysql_test_run.c @@ -173,7 +173,7 @@ void report_stats() log_msg("\nFailed %u/%u test(s), %.02f%% successful.\n", total_fail, total_test, percent); log_msg("\nThe .out and .err files in %s may give you some\n", result_dir); - log_msg("hint of what when wrong.\n"); + log_msg("hint of what went wrong.\n"); log_msg("\nIf you want to report this error, please first read the documentation\n"); log_msg("at: http://www.mysql.com/doc/en/MySQL_test_suite.html\n"); } |