From a57a2f6fea0387f273655879790f07b279a8b93a Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:57:47 -0500 Subject: [PATCH] spelling: grab Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/services/bluetooth/test_ble_hrm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/services/bluetooth/test_ble_hrm.c b/tests/fw/services/bluetooth/test_ble_hrm.c index 88dbec83..25a71062 100644 --- a/tests/fw/services/bluetooth/test_ble_hrm.c +++ b/tests/fw/services/bluetooth/test_ble_hrm.c @@ -380,7 +380,7 @@ void test_ble_hrm__grant_after_disconnection(void) { // Fake disconnection: s_connections[0] = NULL; - // Grabt permission after disconnection. + // Grab permission after disconnection. // Request object should be freed and thing shouldn't crash. prv_assert_permissions_ui_and_respond(true /* is_granted */);