From d2295c2c5208fa2c5886994fa033d53fdcbf30a5 Mon Sep 17 00:00:00 2001 From: "lenz@kallisto.local" <> Date: Tue, 18 Nov 2003 21:04:36 +0100 Subject: [PATCH] - fixed typo in mysql-test-run error message --- mysql-test/mysql-test-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index f908ffeb2a6..02d97d646a4 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -1311,7 +1311,7 @@ run_testcase () show_failed_diff $tname $ECHO if [ x$FORCE != x1 ] ; then - $ECHO "Aborting becasue $tname failed. To continue, re-run with '--force'." + $ECHO "Aborting: $tname failed. To continue, re-run with '--force'." $ECHO if [ -z "$DO_GDB" ] && [ -z "$USE_RUNNING_SERVER" ] && [ -z "$DO_DDD" ] then