From 5e1d73f3cddcd7f21c80abfbc6914e8f8b0c6f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 3 Oct 2023 14:12:58 +0200 Subject: [PATCH] Codespell fixes --- shm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shm.c b/shm.c index daa2a47c..123adaf3 100644 --- a/shm.c +++ b/shm.c @@ -527,7 +527,7 @@ struct buffer * shm_get_buffer(struct buffer_chain *chain, int width, int height) { LOG_DBG( - "chain=%p: looking for a re-usable %dx%d buffer " + "chain=%p: looking for a reusable %dx%d buffer " "among %zu potential buffers", (void *)chain, width, height, tll_length(chain->bufs));