diff options
author | evgen@moonbone.local <> | 2005-10-27 17:44:28 +0400 |
---|---|---|
committer | evgen@moonbone.local <> | 2005-10-27 17:44:28 +0400 |
commit | 71b731e92e23201cb2500e26e1c16b0d7a8a350e (patch) | |
tree | c1c2167585e33975e5a43a49bae5fb73bd71f543 /netware | |
parent | 1c64b2c02713888586bd53a10c404748704ba0ab (diff) | |
parent | 983b7ad153b9bce221efc754b915fd96382c31f5 (diff) | |
download | mariadb-git-71b731e92e23201cb2500e26e1c16b0d7a8a350e.tar.gz |
Manually merged
Diffstat (limited to 'netware')
-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 fd328777ec9..37800c5d79b 100644 --- a/netware/mysql_test_run.c +++ b/netware/mysql_test_run.c @@ -172,7 +172,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"); } |