From dc157413ef34c8f3f17dbb4cb5dbb73de97fe127 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:34:50 -0500 Subject: [PATCH] spelling: between 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 3fa8dd13..715b74b3 100644 --- a/src/fw/services/normal/bluetooth/bluetooth_persistent_storage.c +++ b/src/fw/services/normal/bluetooth/bluetooth_persistent_storage.c @@ -701,7 +701,7 @@ bool bt_persistent_storage_update_ble_device_name(BTBondingID bonding, const cha GapBondingFileSetStatus status; status = prv_file_set(&bonding, sizeof(bonding), &data, sizeof(data)); - // If this is the gateway, update SPRF so our pairing info betwen PRF and normal + // If this is the gateway, update SPRF so our pairing info between PRF and normal // FW is in sync if (data.ble_data.is_gateway && (status == GapBondingFileSetUpdated)) { prv_update_bondings(bonding, BtPersistBondingTypeBLE);