]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment changed.
authorRichard M. Stallman <rms@gnu.org>
Tue, 14 Feb 1995 17:12:41 +0000 (17:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 14 Feb 1995 17:12:41 +0000 (17:12 +0000)
src/termcap.c

index 0d77ae456045956cb4b313558ffa0f799963a326..be5d0392ccde836c55c12460e6b8172f1862d480 100644 (file)
@@ -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;