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

@ -79,6 +79,6 @@ bool gap_le_consume_scan_results(uint8_t *buffer, uint16_t *size_in_out);
void gap_le_scan_init(void);
//! @internal
//! Stops any ongoing scanning and related activitie and cleans up anything that
//! Stops any ongoing scanning and related activities and cleans up anything that
//! had been created by gap_le_scan_init()
void gap_le_scan_deinit(void);

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);
}