spelling: secondary

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 18:44:37 -05:00
parent 16f151faa2
commit eddc390e76

View file

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