# HG changeset patch # User Gerd Moellmann # Date 956322161 0 # Node ID ab98f4a8d7e19e65a79ade10cd6843c64ce981bc # Parent b132db55ef7ecd00513f8f32709ed91a2812fba4 (timer_check): Fix typo in comment. diff -r b132db55ef7e -r ab98f4a8d7e1 src/keyboard.c --- 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))