render: spelling

This commit is contained in:
Daniel Eklöf 2020-02-12 18:06:15 +01:00
parent 3f282a2f2e
commit bcd28bcd14
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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.
*/