mirror of
https://github.com/google/pebble.git
synced 2025-11-11 18:12:45 -05:00
spelling: ongoing
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -583,7 +583,7 @@ static void prv_log_activities(time_t now_utc) {
|
||||
}
|
||||
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)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -55,7 +55,7 @@ bool workout_service_is_workout_ongoing(void);
|
||||
bool workout_service_is_workout_type_supported(ActivitySessionType type);
|
||||
|
||||
//! 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
|
||||
bool workout_service_start_workout(ActivitySessionType type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user