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;