spelling: create

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 13:22:16 -05:00
parent 89894ab4f1
commit b92a7363d5

View file

@ -183,7 +183,7 @@ void test_app_smartstrap__invalid_args(void) {
}
void test_app_smartstrap__check_ids(void) {
// craete an attribute
// create an attribute
SmartstrapAttribute *attr = app_smartstrap_attribute_create(0x1111, 0x2222, 100);
cl_assert(attr != NULL);