From 44e7943fef752e145f67c52588af6bc00eb422fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 27 Aug 2020 19:55:27 +0200 Subject: [PATCH] codespell: selection: faild -> failed --- selection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selection.c b/selection.c index 9428adff..ed8d061b 100644 --- a/selection.c +++ b/selection.c @@ -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; }