From 12fda70402fda1af424afd7c2cd5d23b32b28ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 9 Jun 2020 17:34:04 +0200 Subject: [PATCH] sixel: log message: fix spelling --- sixel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sixel.c b/sixel.c index 476bf188..5db9c42c 100644 --- a/sixel.c +++ b/sixel.c @@ -336,7 +336,7 @@ decsixel(struct terminal *term, uint8_t c) break; default: - LOG_WARN("invalid sixel charactwer: '%c' at idx=%zu", c, count); + LOG_WARN("invalid sixel character: '%c' at idx=%zu", c, count); break; } }