Codespell fixes

This commit is contained in:
Daniel Eklöf 2023-10-03 14:12:58 +02:00
parent 58d967b2f3
commit 5e1d73f3cd
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
shm.c
View file

@ -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));