diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-05 10:03:17 +0000 |
commit | 8e6208c5d2c91d70f2338d1c3d788e194c6c9d52 (patch) | |
tree | 8f5bfe00dcb80384d562fad62d2166df9b06bec0 /lib-src/emacstool.c | |
parent | 34035df32674d5a6a4eb4112dfa5ea69b4dec64f (diff) | |
download | emacs-8e6208c5d2c91d70f2338d1c3d788e194c6c9d52.tar.gz |
Comment fixes.
Diffstat (limited to 'lib-src/emacstool.c')
-rw-r--r-- | lib-src/emacstool.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/emacstool.c b/lib-src/emacstool.c index 2e946e224c2..120bb3eaaea 100644 --- a/lib-src/emacstool.c +++ b/lib-src/emacstool.c @@ -150,7 +150,7 @@ button_value (event) * 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 @@ int interpose_on_window(argc,argv) 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. |