diff --git a/firmware/controllers/actuators/electronic_throttle_impl.h b/firmware/controllers/actuators/electronic_throttle_impl.h index bb3ae3ea5b..7c5a501ce2 100644 --- a/firmware/controllers/actuators/electronic_throttle_impl.h +++ b/firmware/controllers/actuators/electronic_throttle_impl.h @@ -112,7 +112,7 @@ private: float m_idlePosition = 0; - // This is set if automatic PID cal shoudl be run + // This is set if automatic PID cal should be run bool m_isAutotune = false; // Autotune helpers