From 4ed89321ffc9f805d853df5c48e735e79d435a9a Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:36:38 -0500 Subject: [PATCH] spelling: always Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/normal/bluetooth/bluetooth_persistent_storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/normal/bluetooth/bluetooth_persistent_storage.c b/src/fw/services/normal/bluetooth/bluetooth_persistent_storage.c index d1107dcd..3fa8dd13 100644 --- a/src/fw/services/normal/bluetooth/bluetooth_persistent_storage.c +++ b/src/fw/services/normal/bluetooth/bluetooth_persistent_storage.c @@ -96,7 +96,7 @@ typedef struct PACKED { #define BT_PERSISTENT_STORAGE_FILE_SIZE (4096) //! All of the actual pairings use a BTBondingID as a key. This is because with BLE pairings an -//! address is not alwaywas available, and it made it easier to have BT Classic and BLE pairings +//! address is not always available, and it made it easier to have BT Classic and BLE pairings //! use the same type of key. When adding pairings there is no BTBondingID so a free key has to //! be found by iterating over all possible keys.