mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: activities
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
6d23cc16b3
commit
daf0574d29
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue