summaryrefslogtreecommitdiffstats
path: root/src/parser.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.l')
-rw-r--r--src/parser.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parser.l b/src/parser.l
index 0ca55d1..8d63b05 100644
--- a/src/parser.l
+++ b/src/parser.l
@@ -732,14 +732,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);
}