From 1ea36740290162dfda5659b04ac364b0272a3423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 5 Dec 2020 23:34:27 +0100 Subject: [PATCH] render: codespell: cound -> count --- render.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.c b/render.c index 7fdade1a..0e251e60 100644 --- a/render.c +++ b/render.c @@ -2123,7 +2123,7 @@ render_search_box(struct terminal *term) * * The search ‘length’, and ‘cursor’ (position) is in * *characters*, not cells. This means we need to translate from - * character cound to cell count when calculating the length of + * character count to cell count when calculating the length of * the search box, where in the search string we should start * rendering etc. */