summaryrefslogtreecommitdiffstats
path: root/src/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.c')
-rw-r--r--src/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.c b/src/parser.c
index 94406ea..1ea486f 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -2584,7 +2584,7 @@ static void vt100_parser_handle_cup(VT100Screen *vt, char *buf, size_t len)
if (params[1] == 0) {
params[1] = 1;
}
- /* this needs to be fixed up here (and not in screen.c) because CUP hsould
+ /* this needs to be fixed up here (and not in screen.c) because CUP should
* never cause scrolling */
if (params[0] > vt->grid->max.row) {
params[0] = vt->grid->max.row;