From e681b24ea3761af3a22641b965c30fa6a4330081 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:52:30 -0500 Subject: [PATCH] spelling: bluetooth Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/common/bluetooth/bluetooth_ctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/common/bluetooth/bluetooth_ctl.h b/src/fw/services/common/bluetooth/bluetooth_ctl.h index eb2a041b..d56676af 100644 --- a/src/fw/services/common/bluetooth/bluetooth_ctl.h +++ b/src/fw/services/common/bluetooth/bluetooth_ctl.h @@ -48,5 +48,5 @@ void bt_ctl_set_enabled(bool enabled); //! Sets the override mode used to stop and start the bluetooth independent of the airplane mode. void bt_ctl_set_override_mode(BtCtlModeOverride override); -//! Reset bluetoosh using sequential calls to comm_stop() and comm_start() +//! Reset bluetooth using sequential calls to comm_stop() and comm_start() void bt_ctl_reset_bluetooth(void);