mirror of
https://github.com/google/pebble.git
synced 2026-02-18 11:16:50 -05:00
spelling: secondary
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -175,8 +175,8 @@ void test_workout_active__cleanup(void) {
|
|||||||
//////////////////////
|
//////////////////////
|
||||||
|
|
||||||
static void prv_create_window_and_render(WorkoutActiveWindow *active_window,
|
static void prv_create_window_and_render(WorkoutActiveWindow *active_window,
|
||||||
int seconday_metric_idx) {
|
int secondary_metric_idx) {
|
||||||
for (int i = 0; i < seconday_metric_idx; i++) {
|
for (int i = 0; i < secondary_metric_idx; i++) {
|
||||||
prv_cycle_scrollable_metrics(active_window);
|
prv_cycle_scrollable_metrics(active_window);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user