diff options
author | Daniel Black <grooverdan@users.sourceforge.net> | 2015-05-07 14:53:26 +1000 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-12-11 15:21:42 +0100 |
commit | 98274e68420fc1629d092ca4e0ad41e4577c9612 (patch) | |
tree | 54f0e7ab4b24215ca3652cc522a028df4c750b27 /sql/scheduler.cc | |
parent | 98381cb21b6e94474f0484b8b18d052fcbf97891 (diff) | |
download | mariadb-git-98274e68420fc1629d092ca4e0ad41e4577c9612.tar.gz |
comment spelling Initailize -> Initialize
Diffstat (limited to 'sql/scheduler.cc')
-rw-r--r-- | sql/scheduler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/scheduler.cc b/sql/scheduler.cc index a9b253e478a..bc3166210b5 100644 --- a/sql/scheduler.cc +++ b/sql/scheduler.cc @@ -135,7 +135,7 @@ void one_thread_per_connection_scheduler(scheduler_functions *func, #endif /* - Initailize scheduler for --thread-handling=no-threads + Initialize scheduler for --thread-handling=no-threads */ void one_thread_scheduler(scheduler_functions *func) |