From 2967f60ffc50db67156b703986b9d8d3990e9eb5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:17:36 -0500 Subject: [PATCH] spelling: commit Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/services/activity/test_activity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/services/activity/test_activity.c b/tests/fw/services/activity/test_activity.c index 4e3a3f2d..fdd8aa06 100644 --- a/tests/fw/services/activity/test_activity.c +++ b/tests/fw/services/activity/test_activity.c @@ -89,7 +89,7 @@ static const struct tm s_init_time_tm = { #define ACTIVITY_FIXTURE_PATH "activity" -// The expected resting kcalories is determined empirically from a known good commmit and +// The expected resting kcalories is determined empirically from a known good commit and // is based on the current time of day and the user's weight, age etc. const int s_exp_5pm_resting_kcalories = 1031; const int s_exp_full_day_resting_kcalories = 1455;