Mercurial > emacs
changeset 28679:ab98f4a8d7e1
(timer_check): Fix typo in comment.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 21 Apr 2000 13:02:41 +0000 |
parents | b132db55ef7e |
children | b7b5171d9531 |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Fri Apr 21 13:00:58 2000 +0000 +++ b/src/keyboard.c Fri Apr 21 13:02:41 2000 +0000 @@ -3663,7 +3663,7 @@ } vector = XVECTOR (chosen_timer)->contents; - /* If timer is rupe, run it if it hasn't been run. */ + /* If timer is ripe, run it if it hasn't been run. */ if (EMACS_TIME_NEG_P (difference) || (EMACS_SECS (difference) == 0 && EMACS_USECS (difference) == 0))