changeset 29263:167d236e633b

Correct a typo in a comment.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 28 May 2000 13:25:33 +0000
parents b7059c9f98ac
children 1e4a5ffdacf5
files src/term.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/term.c	Sun May 28 13:23:02 2000 +0000
+++ b/src/term.c	Sun May 28 13:25:33 2000 +0000
@@ -1858,7 +1858,7 @@
     }
   else if (SINGLE_BYTE_CHAR_P (it->c))
     {
-      /* Comming here means that it->c is from display table, thus we
+      /* Coming here means that it->c is from display table, thus we
 	 must send the code as is to the terminal.  Although there's
 	 no way to know how many columns it occupies on a screen, it
 	 is a good assumption that a single byte code has 1-column