From 331cfbbc8cf59d988ef7c0b4c0673f799ca84b46 Mon Sep 17 00:00:00 2001 From: Andrey Date: Fri, 17 Feb 2023 22:25:02 -0500 Subject: [PATCH] typo --- firmware/controllers/actuators/electronic_throttle_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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