1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fixed a few typos.

This commit is contained in:
jani@janikt.pp.saunalahti.fi
2001-05-29 20:03:58 +03:00
parent d1fc2f3c4f
commit 2b5d60504b
5 changed files with 5 additions and 11 deletions

View File

@@ -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"