spelling: ongoing

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 18:51:43 -05:00
parent a967d8f275
commit 0c55874b21
2 changed files with 2 additions and 2 deletions

View file

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

View file

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