Skip to content

Commit e9cc486

Browse files
committed
Fix a typo: schedule, scheduling
1 parent 2fe990d commit e9cc486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mysys/thr_alarm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ void thr_end_alarm(thr_alarm_t *alarmed)
273273
/*
274274
Come here when some alarm in queue is due.
275275
Mark all alarms with are finnished in list.
276-
Shedule alarms to be sent again after 1-10 sec (many alarms at once)
276+
Schedule alarms to be sent again after 1-10 sec (many alarms at once)
277277
If alarm_aborted is set then all alarms are given and resent
278278
every second.
279279
*/
@@ -425,7 +425,7 @@ void end_thr_alarm(my_bool free_structures)
425425
if (alarm_aborted != 1) /* If memory not freed */
426426
{
427427
mysql_mutex_lock(&LOCK_alarm);
428-
DBUG_PRINT("info",("Resheduling %d waiting alarms",alarm_queue.elements));
428+
DBUG_PRINT("info",("Rescheduling %d waiting alarms",alarm_queue.elements));
429429
alarm_aborted= -1; /* mark aborted */
430430
if (alarm_queue.elements || (alarm_thread_running && free_structures))
431431
{

0 commit comments

Comments
 (0)