From 79e6f0cf2fe9a16103becaf774d5f6d4db0a55d7 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:49:34 -0500 Subject: [PATCH] spelling: third Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../fw/services/bluetooth/test_bluetooth_persistent_storage.c | 4 ++-- .../bluetooth/test_bluetooth_persistent_storage_prf.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/fw/services/bluetooth/test_bluetooth_persistent_storage.c b/tests/fw/services/bluetooth/test_bluetooth_persistent_storage.c index 8511b306..f758619f 100644 --- a/tests/fw/services/bluetooth/test_bluetooth_persistent_storage.c +++ b/tests/fw/services/bluetooth/test_bluetooth_persistent_storage.c @@ -337,7 +337,7 @@ void test_bluetooth_persistent_storage__ble_store_and_get(void) { cl_assert_equal_m(&irk_out, &pairing_2.irk, sizeof(irk_out)); cl_assert_equal_m(&device_out, &pairing_2.identity, sizeof(device_out)); - // Add a thrid pairing + // Add a third pairing SMPairingInfo pairing_3; memset(&pairing_3, 0x00, sizeof(pairing_3)); pairing_3 = (SMPairingInfo) { @@ -726,7 +726,7 @@ void test_bluetooth_persistent_storage__bt_classic_store_and_get(void) { cl_assert_equal_s(name_2, name_out); cl_assert_equal_i(platform_bits_2, platform_bits_out); - // Add a thrid pairing + // Add a third pairing BTDeviceAddress addr_3 = {{0x31, 0x32, 0x33, 0x34, 0x35, 0x36}}; SM128BitKey link_key_3 = {{0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30}}; diff --git a/tests/fw/services/bluetooth/test_bluetooth_persistent_storage_prf.c b/tests/fw/services/bluetooth/test_bluetooth_persistent_storage_prf.c index ffd6aad4..088a8514 100644 --- a/tests/fw/services/bluetooth/test_bluetooth_persistent_storage_prf.c +++ b/tests/fw/services/bluetooth/test_bluetooth_persistent_storage_prf.c @@ -440,7 +440,7 @@ void test_bluetooth_persistent_storage_prf__bt_classic_store_and_get(void) { cl_assert_equal_s(name_2, name_out); cl_assert_equal_i(platform_bits_2, platform_bits_out); - // Add a thrid pairing + // Add a third pairing BTDeviceAddress addr_3 = {.octets = {0x31, 0x32, 0x33, 0x34, 0x35, 0x36}}; SM128BitKey link_key_3 = { .data = {