changeset 10753:e0de204ec865

Comment changed.
author Richard M. Stallman <rms@gnu.org>
date Tue, 14 Feb 1995 17:12:41 +0000
parents e4fb5e01090a
children cd1c0b5e8634
files src/termcap.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/termcap.c	Tue Feb 14 16:33:49 1995 +0000
+++ b/src/termcap.c	Tue Feb 14 17:12:41 1995 +0000
@@ -323,7 +323,7 @@
     (*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;