sixel: TOOD -> TODO (fixes codespell build error)

This commit is contained in:
Daniel Eklöf 2020-10-04 13:33:56 +02:00
parent 8129ff69c9
commit 42cc84eab7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -537,7 +537,7 @@ sixel_reflow(struct terminal *term)
if (end < start) { if (end < start) {
/* Crosses scrollback wrap-around */ /* Crosses scrollback wrap-around */
/* TOOD: split image */ /* TODO: split image */
sixel_destroy(six); sixel_destroy(six);
continue; continue;
} }