spa: bluez: fix spelling

This commit is contained in:
Barnabás Pőcze 2021-10-22 20:49:22 +02:00 committed by Wim Taymans
parent 1f927838e2
commit 6410a2dfa4

View file

@ -1059,7 +1059,7 @@ static void rfcomm_event(struct spa_source *source)
}
if (!res) {
spa_log_debug(backend->log, "RFCOMM receive unsupported command: %s", buf);
spa_log_debug(backend->log, "RFCOMM received unsupported command: %s", buf);
rfcomm_send_reply(rfcomm, "ERROR");
}
}