From d2b36e33f13f87ccc03fb19233704bc2d7a5fd10 Mon Sep 17 00:00:00 2001 From: dandante <422760+dandante@users.noreply.github.com> Date: Thu, 25 Dec 2025 22:08:53 -0800 Subject: [PATCH] fix typo --- src/modules/Euclid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/Euclid.cpp b/src/modules/Euclid.cpp index c8d66c6..c62960d 100644 --- a/src/modules/Euclid.cpp +++ b/src/modules/Euclid.cpp @@ -127,7 +127,7 @@ struct Euclid : Module { configButton(SHIFT_R_PARAM, "Step left"); configButton(SHIFT_L_PARAM, "Step right"); - configSwitch(SHIFT_MODE_PARAM, 0.0f, 3.0f, 0.0f, "Shift source", {"CV", "Step buttons", "Left at end of cylce", "Right at end of Cycle"}); + configSwitch(SHIFT_MODE_PARAM, 0.0f, 3.0f, 0.0f, "Shift source", {"CV", "Step buttons", "Left at end of Cycle", "Right at end of Cycle"}); configInput(RUN_INPUT, "Run"); configInput(CLOCK_INPUT, "Clock");