Codespell fixes

This commit is contained in:
Daniel Eklöf 2023-10-03 14:11:55 +02:00
parent 883368572f
commit 58d967b2f3
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
9 changed files with 14 additions and 14 deletions

View file

@ -1614,7 +1614,7 @@ render_overlay(struct terminal *term)
buf->age == 0;
if (!buffer_reuse) {
/* Cant re-use last frames damage - set to full window,
/* Cant reuse last frames damage - set to full window,
* to ensure *everything* is updated */
pixman_region32_init_rect(
&old_see_through, 0, 0, buf->width, buf->height);
@ -4026,7 +4026,7 @@ maybe_resize(struct terminal *term, int width, int height, bool force)
/*
* Since text reflow is slow, dont do it *while* resizing. Only
* do it when done, or after pausing the resize for sufficiently
* long. We re-use the TIOCSWINSZ timer to handle this. See
* long. We reuse the TIOCSWINSZ timer to handle this. See
* send_dimensions_to_client() and fdm_tiocswinsz().
*
* To be able to do the final reflow correctly, we need a copy of