From 1e7f815c39c1ce09b412931f7f4683c5b8e274c3 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:51:19 -0500 Subject: [PATCH] spelling: initiate Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/comm/ble/gatt_service_changed.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/comm/ble/gatt_service_changed.h b/src/fw/comm/ble/gatt_service_changed.h index aa39c750..5a3ab88d 100644 --- a/src/fw/comm/ble/gatt_service_changed.h +++ b/src/fw/comm/ble/gatt_service_changed.h @@ -41,7 +41,7 @@ struct GAPLEConnection; //! Optionally handles GATT Value Indications, in case the ATT handle matches the GATT Service -//! Changed characteristic value for the connection. When it matches, it will autonomously iniate +//! Changed characteristic value for the connection. When it matches, it will autonomously initiate //! GATT Service Discovery to refresh the local GATT cache. //! @note bt_lock is assumed to be taken by the caller bool gatt_service_changed_client_handle_indication(struct GAPLEConnection *connection,