mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
sixel: log message: fix spelling
This commit is contained in:
parent
f72c982c89
commit
12fda70402
1 changed files with 1 additions and 1 deletions
2
sixel.c
2
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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue