From c0f95d06d3362c57059f9b5f4122174999bd85a3 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:53:00 -0500 Subject: [PATCH] spelling: internal Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/bluetooth/ble_service.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/bluetooth/ble_service.h b/src/fw/applib/bluetooth/ble_service.h index 8abf5f6d..1413d723 100644 --- a/src/fw/applib/bluetooth/ble_service.h +++ b/src/fw/applib/bluetooth/ble_service.h @@ -39,7 +39,7 @@ uint8_t ble_service_get_characteristics(BLEService service, //! @return The 128-bit Service UUID, or UUID_INVALID if the service reference //! was invalid. //! @note The returned UUID is always a 128-bit UUID, even if the device -//! its interal GATT service database uses 16-bit or 32-bit Service UUIDs. +//! its internal GATT service database uses 16-bit or 32-bit Service UUIDs. //! @see bt_uuid_expand_16bit for a macro that converts 16-bit UUIDs to 128-bit //! equivalents. //! @see bt_uuid_expand_32bit for a macro that converts 32-bit UUIDs to 128-bit