diff options
author | unknown <paul@ice.snake.net> | 2003-10-04 17:41:17 -0500 |
---|---|---|
committer | unknown <paul@ice.snake.net> | 2003-10-04 17:41:17 -0500 |
commit | a0e2753e876c80912aa65fd9c2dfc30357b1581f (patch) | |
tree | e545ca3ea4a20ceb764cb807e25cd841f79fe475 /mysql-test | |
parent | 311ddd8a32212b1fabb4824adedfa6c32dd85685 (diff) | |
download | mariadb-git-a0e2753e876c80912aa65fd9c2dfc30357b1581f.tar.gz |
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
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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 |