From 86f218329a8a61c0be7c5fcc458dd2a0dc86d595 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Wed, 14 Jan 2026 01:07:46 -0800 Subject: [PATCH] fix typo --- src/spice2x/games/gitadora/io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spice2x/games/gitadora/io.cpp b/src/spice2x/games/gitadora/io.cpp index 23f32d4..e3eafb0 100644 --- a/src/spice2x/games/gitadora/io.cpp +++ b/src/spice2x/games/gitadora/io.cpp @@ -138,7 +138,7 @@ std::string games::gitadora::get_analogs_help() { return "guitar:\n" "\n" - "X axis: 0% when body is held facing monitor, 50% when facing flat on a table\n" + "X axis: 0% when body is held facing monitor, 50% when flat on a table\n" "Y axis: 50% when held horizontal, 0% when neck is raised, 100% pointing down\n" "Z axis: 50% at rest, 100% when swinging neck toward monitor (only used in XG series)\n" "\n"