summaryrefslogtreecommitdiff
path: root/src/termcap.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-02-14 17:12:41 +0000
committerRichard M. Stallman <rms@gnu.org>1995-02-14 17:12:41 +0000
commit649940e4c89d477cb839a531d5a1ff982c7d9851 (patch)
treeeb50c3f84902676a80f5ce087688be42ea08002c /src/termcap.c
parenta25ca2c5772d4fd2beedcc0d0032cfc04d95f72b (diff)
downloademacs-649940e4c89d477cb839a531d5a1ff982c7d9851.tar.gz
Comment changed.
Diffstat (limited to 'src/termcap.c')
-rw-r--r--src/termcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termcap.c b/src/termcap.c
index 0d77ae45604..be5d0392ccd 100644
--- a/src/termcap.c
+++ b/src/termcap.c
@@ -323,7 +323,7 @@ tputs (str, nlines, outfun)
(*outfun) (*str++);
/* PADCOUNT is now in units of tenths of msec.
- SPEED is mesured in characters per 10 seconds
+ SPEED is measured in characters per 10 seconds
or in characters per .1 seconds (if negative).
We use the smaller units for larger speeds to avoid overflow. */
padcount *= speed;