sixel: log message: fix spelling

This commit is contained in:
Daniel Eklöf 2020-06-09 17:34:04 +02:00
parent f72c982c89
commit 12fda70402
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -336,7 +336,7 @@ decsixel(struct terminal *term, uint8_t c)
break; break;
default: default:
LOG_WARN("invalid sixel charactwer: '%c' at idx=%zu", c, count); LOG_WARN("invalid sixel character: '%c' at idx=%zu", c, count);
break; break;
} }
} }