From b3a0c537021614ef76a181783aad504c7bf4c2e3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 13 Sep 2014 17:50:54 -0400 Subject: heh, oops --- src/parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/parser.c') diff --git a/src/parser.c b/src/parser.c index 0cef7cf..3589797 100644 --- a/src/parser.c +++ b/src/parser.c @@ -2862,14 +2862,14 @@ static void vt100_parser_handle_csr(VT100Screen *vt, char *buf, size_t len) static void vt100_parser_handle_decsed(VT100Screen *vt, char *buf, size_t len) { - /* XXX not quite correct, but i don'vt think programs really use anything + /* XXX not quite correct, but i don't think programs really use anything * that would show a difference */ vt100_parser_handle_ed(vt, buf, len); } static void vt100_parser_handle_decsel(VT100Screen *vt, char *buf, size_t len) { - /* XXX not quite correct, but i don'vt think programs really use anything + /* XXX not quite correct, but i don't think programs really use anything * that would show a difference */ vt100_parser_handle_el(vt, buf, len); } -- cgit v1.2.3-54-g00ecf