mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
Fix typos
found them with codespell. Signed-off-by: Diego Viola <diego.viola@gmail.com>
This commit is contained in:
parent
8a24ad3073
commit
7410755c03
45 changed files with 100 additions and 100 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue