From f7145c97392d04da3bae796d1821074d09593afb Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:42:07 -0500 Subject: [PATCH] spelling: faster 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 46ed71a8..3203c07e 100644 --- a/src/fw/comm/bt_conn_mgr.h +++ b/src/fw/comm/bt_conn_mgr.h @@ -67,7 +67,7 @@ void conn_mgr_set_ble_conn_response_time( //! connection at the requested rate. //! //! Note: This currently supports two modes. ResponseTimeMax maps to BT classic sniff mode -//! and anything fatser maps to BT classic active mode +//! and anything faster maps to BT classic active mode //! //! @param[in] remote The BT Classic connection requesting the rate change //! @param[in] consumer The consumer requesting the rate change