From 9f095745dae6b06be72c19847a1e3c549d4c80de Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:16:26 -0500 Subject: [PATCH] spelling: classic Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/comm/bt_conn_mgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/comm/bt_conn_mgr.h b/src/fw/comm/bt_conn_mgr.h index d0509672..46ed71a8 100644 --- a/src/fw/comm/bt_conn_mgr.h +++ b/src/fw/comm/bt_conn_mgr.h @@ -66,7 +66,7 @@ void conn_mgr_set_ble_conn_response_time( //! Informs the BT manager module that we want to run the provided classic //! connection at the requested rate. //! -//! Note: This currently supports two modes. ResponseTimeMax maps to BT clasic sniff mode +//! Note: This currently supports two modes. ResponseTimeMax maps to BT classic sniff mode //! and anything fatser maps to BT classic active mode //! //! @param[in] remote The BT Classic connection requesting the rate change