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 */);