mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
render: codespell: tiemout -> timeout
This commit is contained in:
parent
9a1df7bb03
commit
c82cb8bcc7
1 changed files with 1 additions and 1 deletions
2
render.c
2
render.c
|
|
@ -2615,7 +2615,7 @@ send_dimensions_to_client(struct terminal *term)
|
|||
}
|
||||
|
||||
if (fd >= 0) {
|
||||
/* Reset tiemout */
|
||||
/* Reset timeout */
|
||||
const struct itimerspec timeout = {
|
||||
.it_value = {.tv_sec = 0, .tv_nsec = delay_ms * 1000000},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue