Fix various typos and spelling mistakes

This commit is contained in:
Sintendo
2026-01-17 20:11:38 +01:00
parent 9ec1d70f51
commit 1e0473e44f
101 changed files with 245 additions and 243 deletions
@@ -328,7 +328,7 @@ private:
if (m_switch == WGI::GameControllerSwitchPosition::Center)
return 0.0;
// All of the "inbetween" states (e.g. Up-Right) are one-off from the four cardinal
// All of the "in between" states (e.g. Up-Right) are one-off from the four cardinal
// directions. This tests that the current switch state value is within 1 of the desired
// state.
const auto direction_diff = std::abs(static_cast<int32_t>(m_switch) - m_direction);