From 10ededf5d48e6faa3e1a10eccc97723c494868c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Daase?= Date: Thu, 7 Oct 2021 14:43:53 +0200 Subject: [PATCH] bluez5: fix mSBC probing documentation --- 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 099bef6d9..824c6929f 100644 --- a/spa/plugins/bluez5/backend-native.c +++ b/spa/plugins/bluez5/backend-native.c @@ -598,7 +598,7 @@ static bool device_supports_required_mSBC_transport_modes( /* Linux kernel code checks for features needed for BT_VOICE_TRANSPARENT * among the first checks it does, and fails with EOPNOTSUPP if not - * supported. The connection to generally timeouts, so set it + * supported. The connection generally timeouts, so set it * nonblocking since we are just checking. */ fcntl(sock, F_SETFL, O_NONBLOCK);