From a989875686dfa5acf8b166611dcff5b020484235 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:21:33 -0500 Subject: [PATCH] spelling: correctly Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/services/activity/test_kraepelin_algorithm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/services/activity/test_kraepelin_algorithm.c b/tests/fw/services/activity/test_kraepelin_algorithm.c index f2ff7fab..73147377 100644 --- a/tests/fw/services/activity/test_kraepelin_algorithm.c +++ b/tests/fw/services/activity/test_kraepelin_algorithm.c @@ -2017,7 +2017,7 @@ static void prv_feed_activity_minutes(KAlgTestActivityMinute *samples, int sampl } // --------------------------------------------------------------------------------------- -// Test that we correectly recognize walk and run activities +// Test that we correctly recognize walk and run activities void test_kraepelin_algorithm__walks_and_runs(void) { const int k_minute_data_len = 60; const int k_minute_data_bytes = k_minute_data_len * sizeof(KAlgTestActivityMinute);