mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
codespell: selection: faild -> failed
This commit is contained in:
parent
32e2173b5d
commit
44e7943fef
1 changed files with 1 additions and 1 deletions
|
|
@ -1117,7 +1117,7 @@ begin_receive_clipboard(struct terminal *term, int read_fd,
|
||||||
|
|
||||||
const struct itimerspec timeout = {.it_value = {.tv_sec = 2}};
|
const struct itimerspec timeout = {.it_value = {.tv_sec = 2}};
|
||||||
if (timerfd_settime(timeout_fd, 0, &timeout, NULL) < 0) {
|
if (timerfd_settime(timeout_fd, 0, &timeout, NULL) < 0) {
|
||||||
LOG_ERRNO("faild to arm clipboard timeout timer");
|
LOG_ERRNO("failed to arm clipboard timeout timer");
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue