From: Eli Zaretskii Date: Wed, 26 Sep 2012 14:44:22 +0000 (+0200) Subject: Fix a typo in a recent entry in src/ChangeLog. X-Git-Tag: emacs-24.2.90~244^2~78 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9180598cb164cf32daf0e1761a8143e720460987;p=emacs.git Fix a typo in a recent entry in src/ChangeLog. --- diff --git a/src/ChangeLog b/src/ChangeLog index 942bcf58fc4..3e999f3f699 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -8,7 +8,7 @@ They avoid a race if the timer is too close to the current time. * atimer.c (alarm_timer, alarm_timer_ok) [SIGEV_SIGNAL]: New static vars. (set_alarm) [SIGEV_SIGNAL]: Use POSIX timers if available. - (init_atimer) [SIGEV_SIGAL]: Initialize them. + (init_atimer) [SIGEV_SIGNAL]: Initialize them. 2012-09-25 Eli Zaretskii