spelling: nonexistent

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 11:09:26 -05:00
parent 9985f1fdf3
commit c2f7961747
8 changed files with 9 additions and 9 deletions

View file

@ -827,7 +827,7 @@ void test_gap_le_advert__invalid_params(void) {
}
void test_gap_le_advert__unschedule_non_existent(void) {
// Unscheduling non-existent job should be fine, should not crash:
// Unscheduling nonexistent job should be fine, should not crash:
gap_le_advert_unschedule((GAPLEAdvertisingJobRef)(uintptr_t) 0x1234);
// Unschedule callback should not have been called: