From a0e2753e876c80912aa65fd9c2dfc30357b1581f Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 4 Oct 2003 17:41:17 -0500 Subject: Ride hobby horse. mysql-test/mysql-test-run.sh: deamon -> daemon scripts/mysql_install_db.sh: deamon -> daemon support-files/my-small.cnf.sh: deamon -> daemon --- mysql-test/mysql-test-run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mysql-test') diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index 93efb4a8cb6..b452023dcb9 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -1041,8 +1041,8 @@ EOF mysql_start () { -# We should not start the deamon here as we don't know the argumens -# for the test. Better to let the test start the deamon +# We should not start the daemon here as we don't know the argumens +# for the test. Better to let the test start the daemon # $ECHO "Starting MySQL daemon" # start_master @@ -1364,7 +1364,7 @@ then mysql_install_db start_manager -# Do not automagically start deamons if we are in gdb or running only one test +# Do not automagically start daemons if we are in gdb or running only one test # case if [ -z "$DO_GDB" ] && [ -z "$DO_DDD" ] then -- cgit v1.2.1