From a1f463ea9919c3547847c0d55d9ad039d2186d29 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:29:41 -0500 Subject: [PATCH] spelling: erroneous Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/comm/ble/gap_le_connect_params.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/comm/ble/gap_le_connect_params.c b/src/fw/comm/ble/gap_le_connect_params.c index 2304cdf0..84507868 100644 --- a/src/fw/comm/ble/gap_le_connect_params.c +++ b/src/fw/comm/ble/gap_le_connect_params.c @@ -76,7 +76,7 @@ //! This module contains a work-around for parameter update requests not being applied by //! iOS / Apple's BT controller, even though they get "accepted" by the host. //! @see gap_le_connect_params_handle_connection_parameter_update_response below for more -//! commentary about the erronous behavior. +//! commentary about the erroneous behavior. //! Apple bugs / shortcomings: http://www.openradar.me/21400278 and http://www.openradar.me/21400457 //! It seems that if we start hammering the iOS device with more change requests, things don't get //! better. This timeout value is empirically established using the "ble mode_monkey" prompt