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 /scripts/safe_mysqld.sh | |
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 'scripts/safe_mysqld.sh')
-rw-r--r-- | scripts/safe_mysqld.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/safe_mysqld.sh b/scripts/safe_mysqld.sh index 6c006e96768..6eda1740ad6 100644 --- a/scripts/safe_mysqld.sh +++ b/scripts/safe_mysqld.sh @@ -114,7 +114,7 @@ fi pid_file= err_log= -# Get first arguments from the my.cfg file, groups [mysqld] and [safe_mysqld] +# Get first arguments from the my.cnf file, groups [mysqld] and [safe_mysqld] # and then merge with the command line arguments if test -x ./bin/my_print_defaults then |