mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: correct
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
837f87c424
commit
1cceb1206d
2 changed files with 3 additions and 3 deletions
|
@ -59,7 +59,7 @@ bool workout_service_is_workout_type_supported(ActivitySessionType type);
|
||||||
//! 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);
|
||||||
|
|
||||||
//! Pause / unpause the currect workout
|
//! Pause / unpause the correct workout
|
||||||
bool workout_service_pause_workout(bool should_be_paused);
|
bool workout_service_pause_workout(bool should_be_paused);
|
||||||
|
|
||||||
//! Stops the current workout. Resumes automatic activity session detection
|
//! Stops the current workout. Resumes automatic activity session detection
|
||||||
|
|
|
@ -500,7 +500,7 @@ void test_health__range_to_day_id_clamps_values(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_health__sum_full_days(void) {
|
void test_health__sum_full_days(void) {
|
||||||
// use values structured as binary mask so we can detect if we sum up currect days
|
// use values structured as binary mask so we can detect if we sum up correct days
|
||||||
s_sys_activity_get_metric_values.out.history[0] = 1000;
|
s_sys_activity_get_metric_values.out.history[0] = 1000;
|
||||||
s_sys_activity_get_metric_values.out.history[1] = 2000;
|
s_sys_activity_get_metric_values.out.history[1] = 2000;
|
||||||
s_sys_activity_get_metric_values.out.history[2] = 4000;
|
s_sys_activity_get_metric_values.out.history[2] = 4000;
|
||||||
|
@ -606,7 +606,7 @@ void test_health__process_range(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_health__sum_fraction_days(void) {
|
void test_health__sum_fraction_days(void) {
|
||||||
// use values structured as binary mask so we can detect if we sum up currect days
|
// use values structured as binary mask so we can detect if we sum up correct days
|
||||||
s_sys_activity_get_metric_values.out.history[0] = 1000;
|
s_sys_activity_get_metric_values.out.history[0] = 1000;
|
||||||
s_sys_activity_get_metric_values.out.history[1] = 2000;
|
s_sys_activity_get_metric_values.out.history[1] = 2000;
|
||||||
s_sys_activity_get_metric_values.out.history[2] = 4000;
|
s_sys_activity_get_metric_values.out.history[2] = 4000;
|
||||||
|
|
Loading…
Add table
Reference in a new issue