From b0efa9eb1a99b2f893cb75cdd402896a5c91e7a7 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:49:39 -0500 Subject: [PATCH] spelling: are Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../normal/activity/kraepelin/activity_algorithm_kraepelin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/normal/activity/kraepelin/activity_algorithm_kraepelin.c b/src/fw/services/normal/activity/kraepelin/activity_algorithm_kraepelin.c index 2db12aaa..08d999d9 100644 --- a/src/fw/services/normal/activity/kraepelin/activity_algorithm_kraepelin.c +++ b/src/fw/services/normal/activity/kraepelin/activity_algorithm_kraepelin.c @@ -864,7 +864,7 @@ static void prv_activity_update_states(time_t utc_sec, AlgMinuteRecord *record_o // ------------------------------------------------------------------------------------ // This is called when the activity services is doing down. This tells all of our state machines -// that are are going to be shut down, and to save off any unsaved data/sleep/step sessions. +// that are going to be shut down, and to save off any unsaved data/sleep/step sessions. void activity_algorithm_early_deinit(void) { if (!prv_lock()) { return;