From 5b98f15d9bee75353127303e76c4f27505f65216 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 10 May 2018 15:15:02 +0530 Subject: [PATCH] typo in comment --- kitty/screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/screen.c b/kitty/screen.c index abbad857b..bb5ad1c80 100644 --- a/kitty/screen.c +++ b/kitty/screen.c @@ -933,7 +933,7 @@ void screen_erase_in_display(Screen *self, unsigned int how, bool private) { /* Erases display in a specific way. - :param int how: defines the way the line should be erased in: + :param int how: defines the way the screen should be erased: * ``0`` -- Erases from cursor to end of screen, including cursor position.