From a7d1558e32900e7f82e7f0f136cce796094331ac Mon Sep 17 00:00:00 2001 From: zhanghaipeng Date: Tue, 7 May 2024 16:24:27 +0800 Subject: [PATCH] fix(ble/bluedroid): Fixed BLE spelling error in word --- components/bt/host/bluedroid/Kconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/host/bluedroid/Kconfig.in b/components/bt/host/bluedroid/Kconfig.in index 7720af43c1..16985a7dff 100644 --- a/components/bt/host/bluedroid/Kconfig.in +++ b/components/bt/host/bluedroid/Kconfig.in @@ -1083,7 +1083,7 @@ config BT_ACL_CONNECTIONS is used. config BT_MULTI_CONNECTION_ENBALE - bool "Enable BLE multi-conections" + bool "Enable BLE multi-connections" depends on BT_BLE_ENABLED default y help