From 6410a2dfa4359a75781bec6c782c5ecdd4c8725b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Fri, 22 Oct 2021 20:49:22 +0200 Subject: [PATCH] spa: bluez: fix spelling --- spa/plugins/bluez5/backend-native.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/bluez5/backend-native.c b/spa/plugins/bluez5/backend-native.c index a3ea67446..23e94d583 100644 --- a/spa/plugins/bluez5/backend-native.c +++ b/spa/plugins/bluez5/backend-native.c @@ -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"); } }