From f6d5f8ce95b7c2c904d7df57e7d5614b2453002e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:05:13 -0500 Subject: [PATCH] spelling: uninitialized Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/test_debug_db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/test_debug_db.c b/tests/fw/test_debug_db.c index 88e16452..eb35e8a7 100644 --- a/tests/fw/test_debug_db.c +++ b/tests/fw/test_debug_db.c @@ -39,7 +39,7 @@ void test_debug_db__initialize(void) { void test_debug_db__cleanup(void) { } -void test_debug_db__unitialized(void) { +void test_debug_db__uninitialized(void) { int index; uint8_t id;