From bcd28bcd14de2c4abad3c4d7771b75cf5d5d7036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 12 Feb 2020 18:06:15 +0100 Subject: [PATCH] render: spelling --- render.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.c b/render.c index 4aac652a..45fe6a6a 100644 --- a/render.c +++ b/render.c @@ -1051,7 +1051,7 @@ reflow(struct terminal *term, struct row **new_grid, int new_cols, int new_rows, } /* - * If last cell of the old grid's line if empty, then we + * If last cell of the old grid's line is empty, then we * insert a linebreak in the new grid's line too. Unless, the * *entire* old line was empty. */