spelling: cannot

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 11:05:00 -05:00
parent 04ba22ffb9
commit f7cac0ad9b
3 changed files with 4 additions and 4 deletions

View file

@ -136,7 +136,7 @@ void test_ams__discover_of_ams_should_subscribe_to_entity_update_characteristic(
// Assert ams.c can handle the characteristic reference for the first instance:
prv_assert_can_handle_characteristics(0, true /* expect_can_handle */);
// Assert ams.c can not handle the characteristic reference for the second instance:
// Assert ams.c cannot handle the characteristic reference for the second instance:
prv_assert_can_handle_characteristics(1, false /* expect_can_handle */);
// The first instance is expected to be used.