diff lib-src/emacstool.c @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents 1616777eaae5
children 617c0b6a50c0
line wrap: on
line diff
--- a/lib-src/emacstool.c	Wed Jun 09 11:33:38 1993 +0000
+++ b/lib-src/emacstool.c	Wed Jun 09 11:59:12 1993 +0000
@@ -65,7 +65,7 @@
 /* define WANT_CAPS_LOCK to make f-key T1 (aka F1) behave as CapsLock */
 #define WANT_CAPS_LOCK
 #ifdef WANT_CAPS_LOCK
-int caps_lock;		/* toggle indicater for f-key T1 caps lock */
+int caps_lock;		/* toggle indicator for f-key T1 caps lock */
 static char *Caps = "[CAPS] ";		/* Caps Lock prefix string */
 #define CAPS_LEN 7			/* strlen (Caps) */
 #endif