From 42cc84eab7e74642ffdf7f91ea51243f61d05a58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 4 Oct 2020 13:33:56 +0200 Subject: [PATCH] sixel: TOOD -> TODO (fixes codespell build error) --- sixel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sixel.c b/sixel.c index 54eea50c..157bcc09 100644 --- a/sixel.c +++ b/sixel.c @@ -537,7 +537,7 @@ sixel_reflow(struct terminal *term) if (end < start) { /* Crosses scrollback wrap-around */ - /* TOOD: split image */ + /* TODO: split image */ sixel_destroy(six); continue; }