# HG changeset patch # User Eli Zaretskii # Date 959520333 0 # Node ID 167d236e633b8c0a3912d72e9ef282f56f5aafa6 # Parent b7059c9f98ac5a666d97abe35d1e3ee79c8b784c Correct a typo in a comment. diff -r b7059c9f98ac -r 167d236e633b src/term.c --- 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