mirror of
https://github.com/google/pebble.git
synced 2025-04-24 05:27:07 -04:00
spelling: unsubscribe
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
c32466e61e
commit
445eb1471b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue