Mercurial > emacs
diff src/term.c @ 98367:758774f72111
(encode_terminal_code): Fix a typo in a comment.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sat, 27 Sep 2008 10:50:48 +0000 |
| parents | 314662df7c17 |
| children | 8f4457a692c5 |
line wrap: on
line diff
--- a/src/term.c Sat Sep 27 08:12:03 2008 +0000 +++ b/src/term.c Sat Sep 27 10:50:48 2008 +0000 @@ -660,7 +660,7 @@ if (GLYPH_INVALID_P (g) || GLYPH_SIMPLE_P (tbase, tlen, g)) { - /* This glyph doesn't has an entry in Vglyph_table. */ + /* This glyph doesn't have an entry in Vglyph_table. */ c = src->u.ch; } else
