Fix typos

found them with codespell.

Signed-off-by: Diego Viola <diego.viola@gmail.com>
This commit is contained in:
Diego Viola 2024-05-20 10:45:04 -03:00 committed by Wim Taymans
parent 8a24ad3073
commit 7410755c03
45 changed files with 100 additions and 100 deletions

View file

@ -407,7 +407,7 @@ static int process_byte(struct port *p, uint32_t time, uint8_t byte,
int res = 0;
if (byte >= 0xf8) {
if (byte == 0xfd) {
pw_log_warn("droping invalid MIDI status bytes %08x", byte);
pw_log_warn("dropping invalid MIDI status bytes %08x", byte);
return false;
}
p->event_byte = byte;