spelling: activities

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 12:19:17 -05:00
parent 6d23cc16b3
commit daf0574d29
2 changed files with 2 additions and 2 deletions

View file

@ -703,7 +703,7 @@ void NOINLINE activity_sessions_prv_minute_handler(time_t utc_sec) {
prv_update_sleep_metrics(utc_sec, last_sleep_utc_of_day,
last_sleep_processed_utc);
// Log any new activites we detected to the phone
// Log any new activities we detected to the phone
prv_log_activities(utc_sec);
}