mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: ongoing
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
a967d8f275
commit
0c55874b21
2 changed files with 2 additions and 2 deletions
|
@ -583,7 +583,7 @@ static void prv_log_activities(time_t now_utc) {
|
||||||
}
|
}
|
||||||
PBL_ASSERTN(params);
|
PBL_ASSERTN(params);
|
||||||
|
|
||||||
// If this is an event we already logged, or it's still onging, don't log it
|
// If this is an event we already logged, or it's still ongoing, don't log it
|
||||||
if (session->ongoing || (session_exit_utc <= *params->exit_utc)) {
|
if (session->ongoing || (session_exit_utc <= *params->exit_utc)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,7 +55,7 @@ bool workout_service_is_workout_ongoing(void);
|
||||||
bool workout_service_is_workout_type_supported(ActivitySessionType type);
|
bool workout_service_is_workout_type_supported(ActivitySessionType type);
|
||||||
|
|
||||||
//! Start a new workout
|
//! Start a new workout
|
||||||
//! This stops / saves all onoing automatically detected activity sessions
|
//! This stops / saves all ongoing automatically detected activity sessions
|
||||||
//! All workouts must eventually get stopped
|
//! All workouts must eventually get stopped
|
||||||
bool workout_service_start_workout(ActivitySessionType type);
|
bool workout_service_start_workout(ActivitySessionType type);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue