mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: secondary
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
16f151faa2
commit
eddc390e76
1 changed files with 2 additions and 2 deletions
|
@ -175,8 +175,8 @@ void test_workout_active__cleanup(void) {
|
|||
//////////////////////
|
||||
|
||||
static void prv_create_window_and_render(WorkoutActiveWindow *active_window,
|
||||
int seconday_metric_idx) {
|
||||
for (int i = 0; i < seconday_metric_idx; i++) {
|
||||
int secondary_metric_idx) {
|
||||
for (int i = 0; i < secondary_metric_idx; i++) {
|
||||
prv_cycle_scrollable_metrics(active_window);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue