From 9e5ef6efac995672ea608b04927a5a5d3ce8b51c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 23 Jan 2021 11:28:41 +0100 Subject: [PATCH] selection: codespell: stript -> strip --- selection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selection.c b/selection.c index 8b13d2ad..628c6718 100644 --- a/selection.c +++ b/selection.c @@ -1612,7 +1612,7 @@ fdm_receive(struct fdm *fdm, int fd, int events, void *data) * Call cb while at same time replace: * - \r\n -> \r * - \n -> \r - * - C0 -> (stript non-formatting C0 characters) + * - C0 -> (strip non-formatting C0 characters) * - \e -> (i.e. strip ESC) */ char *p = text;