codespell: selection: faild -> failed

This commit is contained in:
Daniel Eklöf 2020-08-27 19:55:27 +02:00
parent 32e2173b5d
commit 44e7943fef
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1117,7 +1117,7 @@ begin_receive_clipboard(struct terminal *term, int read_fd,
const struct itimerspec timeout = {.it_value = {.tv_sec = 2}};
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;
}