diff options
author | unknown <jani@janikt.pp.saunalahti.fi> | 2001-05-29 20:03:58 +0300 |
---|---|---|
committer | unknown <jani@janikt.pp.saunalahti.fi> | 2001-05-29 20:03:58 +0300 |
commit | 3a837a04033be138ce99f03c843ddfba2d68ec97 (patch) | |
tree | 56ae76adb74e3d04fd8eb87077b48bcfdbb93bd1 /support-files | |
parent | dedf125dc190adfdb75a6b1f6548edc58dd70ba2 (diff) | |
download | mariadb-git-3a837a04033be138ce99f03c843ddfba2d68ec97.tar.gz |
Fixed a few typos.
Docs/manual.texi:
my.cfg -> my.cnf
scripts/safe_mysqld.sh:
my.cfg -> my.cnf
support-files/mysql-multi.server.sh:
my.cfg -> my.cnf
support-files/mysql.server.sh:
my.cfg -> my.cnf
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql-multi.server.sh | 2 | ||||
-rw-r--r-- | support-files/mysql.server.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/support-files/mysql-multi.server.sh b/support-files/mysql-multi.server.sh index af13009d038..6c940630427 100644 --- a/support-files/mysql-multi.server.sh +++ b/support-files/mysql-multi.server.sh @@ -65,7 +65,7 @@ parse_arguments() { done } -# Get arguments from the my.cfg file, groups [mysqld], [mysql_server], +# Get arguments from the my.cnf file, groups [mysqld], [mysql_server], # and mysql_multi_server if test -x ./bin/my_print_defaults then diff --git a/support-files/mysql.server.sh b/support-files/mysql.server.sh index 9307a2e3eb2..62381ccf0d3 100644 --- a/support-files/mysql.server.sh +++ b/support-files/mysql.server.sh @@ -53,7 +53,7 @@ parse_arguments() { done } -# Get arguments from the my.cfg file, groups [mysqld] and [mysql_server] +# Get arguments from the my.cnf file, groups [mysqld] and [mysql_server] if test -x ./bin/my_print_defaults then print_defaults="./bin/my_print_defaults" |