From b92a7363d505062fdfa59500e4faf970d284eef5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:22:16 -0500 Subject: [PATCH] spelling: create Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/applib/test_app_smartstrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/applib/test_app_smartstrap.c b/tests/fw/applib/test_app_smartstrap.c index c30ef70b..82337e81 100644 --- a/tests/fw/applib/test_app_smartstrap.c +++ b/tests/fw/applib/test_app_smartstrap.c @@ -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);