render: codespell: tiemout -> timeout

This commit is contained in:
Daniel Eklöf 2021-01-17 16:38:24 +01:00
parent 9a1df7bb03
commit c82cb8bcc7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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},
};