diff lib-src/emacstool.c @ 14036:621a575db6f7

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 10:03:17 +0000
parents ecaa966abd06
children ee40177f6c68
line wrap: on
line diff
--- a/lib-src/emacstool.c	Fri Jan 05 08:57:33 1996 +0000
+++ b/lib-src/emacstool.c	Fri Jan 05 10:03:17 1996 +0000
@@ -150,7 +150,7 @@
  *  Variables to store the time of the previous mouse event that was
  *  sent to emacs.
  *
- *  The theory is that to time double clicks while ignoreing UP buttons,
+ *  The theory is that to time double clicks while ignoring UP buttons,
  *  we must keep track of the accumulated time.
  *
  *  If someone writes a SUN-SET-INPUT-MASK for emacstool,
@@ -376,7 +376,7 @@
     char **argv;
 {
 #ifndef TTERM
-    int i, font_width_adjust = 1; /* hackery, and hueristics */
+    int i, font_width_adjust = 1; /* hackery, and heuristics */
     /* if -Wt is not supplied, then font comes out as lucida-14 (width=8)
      * rather than the screen.r.12 (width=7) typically used
      * this hack attempts to workaround it.