spelling: unsubscribe

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 17:05:38 -05:00
parent c32466e61e
commit 445eb1471b
2 changed files with 2 additions and 2 deletions

View file

@ -1101,6 +1101,6 @@ void test_ppogatt__mtu_zero_due_to_service_rediscovery_while_resetting(void) {
// No crash nor DUMA failures
}
void test_ppogatt__unsubcribe_when_no_memory_for_comm_session(void) {
void test_ppogatt__unsubscribe_when_no_memory_for_comm_session(void) {
// TODO
}

View file

@ -166,7 +166,7 @@ void test_rocky_api_global__calls_init_and_notifies_about_apis(void) {
cl_assert(*s_log_internal__expected == NULL);
}
void test_rocky_api_global__can_unsubsribe_event_handlers(void) {
void test_rocky_api_global__can_unsubscribe_event_handlers(void) {
static const RockyGlobalAPI api = {
.add_handler = prv_api_add,
.remove_handler = prv_api_remove,