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 /support-files | |
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 'support-files')
-rw-r--r-- | support-files/my-small.cnf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/my-small.cnf.sh b/support-files/my-small.cnf.sh index f9e30da78ac..3c4cafa688f 100644 --- a/support-files/my-small.cnf.sh +++ b/support-files/my-small.cnf.sh @@ -1,7 +1,7 @@ # Example mysql config file for small systems. # # This is for a system with little memory (<= 64M) where MySQL is only used -# from time to time and it's important that the mysqld deamon +# from time to time and it's important that the mysqld daemon # doesn't use much resources. # # You can copy this file to |