From 7f61476e0e841c2513b0feddc8671ed115bcc51f Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 1 Sep 2006 14:08:50 +0200 Subject: post-merge fix sql/event_scheduler.cc: fix typo sql/events.cc: This check is not needed since UNINITIALIZED state was introduced in the Event_scheduler --- sql/event_scheduler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/event_scheduler.cc') diff --git a/sql/event_scheduler.cc b/sql/event_scheduler.cc index 6423f3676fc..c16b528004b 100644 --- a/sql/event_scheduler.cc +++ b/sql/event_scheduler.cc @@ -544,7 +544,7 @@ error: /* - Checkes whether the state of the scheduler is RUNNING + Checks whether the state of the scheduler is RUNNING SYNOPSIS Event_scheduler::is_running() -- cgit v1.2.1