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 /scripts | |
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 'scripts')
-rw-r--r-- | scripts/mysql_install_db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 5b8fa4d4113..d66c33c16b1 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -129,7 +129,7 @@ then fi echo "WARNING: The host '$hostname' could not be looked up with resolveip." echo "This probably means that your libc libraries are not 100 % compatible" - echo "with this binary MySQL version. The MySQL deamon, mysqld, should work" + echo "with this binary MySQL version. The MySQL daemon, mysqld, should work" echo "normally with the exception that host name resolving will not work." echo "This means that you should use IP addresses instead of hostnames" echo "when specifying MySQL privileges !" |