summaryrefslogtreecommitdiff
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-04-21 13:02:41 +0000
committerGerd Moellmann <gerd@gnu.org>2000-04-21 13:02:41 +0000
commit978940d9664b4f7a957a81f410897cb612d1a5ff (patch)
treeb55f28878602443748a5cc8eae01ed5f33912bda /src/keyboard.c
parent9f506a4deaaad09e9b5238205115aac3505005f8 (diff)
downloademacs-978940d9664b4f7a957a81f410897cb612d1a5ff.tar.gz
(timer_check): Fix typo in comment.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 5ccdf319fc7..47fb2bc5b39 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -3663,7 +3663,7 @@ timer_check (do_it_now)
}
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))