1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-28 17:15:19 +03:00

Minor spelling fixes in code comments, docs and output

This commit does not touch any variable names or any other actual code,
and thus should not in any way affect how the code works.
This commit is contained in:
Otto Kekäläinen
2017-11-15 12:37:32 +08:00
committed by Vicențiu-Marian Ciorbaru
parent 21239bb0fd
commit c9c28bef3c
21 changed files with 32 additions and 32 deletions

View File

@@ -25,7 +25,7 @@ SELF=$(cd $(dirname $0); pwd -P)/$(basename $0)
MYADMIN="/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf"
# priority can be overriden and "-s" adds output to stderr
# priority can be overridden and "-s" adds output to stderr
ERR_LOGGER="logger -p daemon.err -t /etc/init.d/mysql -i"
if [ -f /etc/default/mysql ]; then