From 74703822fb59f9c5ffd3684b16f3df3f6681a7e4 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; }