diff options
author | tsmith@sita.local <> | 2007-07-09 15:30:19 -0600 |
---|---|---|
committer | tsmith@sita.local <> | 2007-07-09 15:30:19 -0600 |
commit | e345a242f4ea5ded5216e2e1b14f01836da2a217 (patch) | |
tree | bab06695867592f79e8c7e72cf6824e4d9ae43cb /scripts/mysqld_safe.sh | |
parent | 832eb83777d5074827bb39dbab9f393ebb93baf6 (diff) | |
download | mariadb-git-e345a242f4ea5ded5216e2e1b14f01836da2a217.tar.gz |
mysqld_safe.sh:
Fix a few typos in comments (from Paul DuBois)
Diffstat (limited to 'scripts/mysqld_safe.sh')
-rw-r--r-- | scripts/mysqld_safe.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mysqld_safe.sh b/scripts/mysqld_safe.sh index 357dd275d1f..987c714d3ff 100644 --- a/scripts/mysqld_safe.sh +++ b/scripts/mysqld_safe.sh @@ -14,7 +14,7 @@ KILL_MYSQLD=1; MYSQLD= niceness=0 -# Default on, unless --log-err is specified (and before options are parsed) +# Default on, unless --log-error is specified (and before options are parsed) syslog=2 user=@MYSQLD_USER@ pid_file= @@ -256,7 +256,7 @@ if [ -n "$err_log" -o $syslog -eq 0 ] then if [ -n "$err_log" ] then - # mysqld adds ".err" if there is no extension on the --log-err + # mysqld adds ".err" if there is no extension on the --log-error # argument; must match that here, or mysqld_safe will write to a # different log file than mysqld |