diff options
author | Jim Blandy <jimb@redhat.com> | 1993-06-09 11:59:12 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-06-09 11:59:12 +0000 |
commit | eb8c3be94e12644f506b8857e49ffef88046bb0b (patch) | |
tree | 505c4ea5ae59214e4d6e749047d160c98191c9d2 /lib-src/emacstool.c | |
parent | 16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff) | |
download | emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'lib-src/emacstool.c')
-rw-r--r-- | lib-src/emacstool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacstool.c b/lib-src/emacstool.c index 1312dd912fc..80381643c2a 100644 --- a/lib-src/emacstool.c +++ b/lib-src/emacstool.c @@ -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 |