diff options
author | unknown <msvensson@neptunus.(none)> | 2006-11-28 17:13:38 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-11-28 17:13:38 +0100 |
commit | 5ccc28015c1ea9a2193502e0f4d936f35fc1283d (patch) | |
tree | 568380d9828e245d466675fdcd0f5d261c7bdf47 | |
parent | d56ab27a5ff348619c9eef7ce3d350c83081f43f (diff) | |
download | mariadb-git-5ccc28015c1ea9a2193502e0f4d936f35fc1283d.tar.gz |
Fix spelling error reported by Paul
-rw-r--r-- | sql/mysqld.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc index a5c465d2408..47b6637720c 100644 --- a/sql/mysqld.cc +++ b/sql/mysqld.cc @@ -2789,13 +2789,13 @@ static int init_common_variables(const char *conf_file_name, int argc, !(log_output_options & LOG_NONE)) sql_print_warning("Although a path was specified for the " "--log option, log tables are used. " - "To enable logging to file use the --log-output option."); + "To enable logging to files use the --log-output option."); if (opt_slow_log && opt_slow_logname && !(log_output_options & LOG_FILE) && !(log_output_options & LOG_NONE)) sql_print_warning("Although a path was specified for the " "--log-slow-queries option, log tables are used. " - "To enable logging to file use the --log-output option."); + "To enable logging to files use the --log-output option."); if (!opt_logname) opt_logname= make_default_log_name(buff, ".log"); |