render: codespell: cound -> count

This commit is contained in:
Daniel Eklöf 2020-12-05 23:34:27 +01:00
parent b4a0f5b13b
commit 1ea3674029
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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.
*/