From 13b4b028730f9e053bc16b7d022dfa38d44debee Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 2 Nov 2020 23:52:26 -0500 Subject: [PATCH] typo --- firmware/controllers/system/efi_gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/controllers/system/efi_gpio.h b/firmware/controllers/system/efi_gpio.h index 87f3b55b68..1ff26cf4fd 100644 --- a/firmware/controllers/system/efi_gpio.h +++ b/firmware/controllers/system/efi_gpio.h @@ -155,7 +155,7 @@ public: RegisteredOutputPin mainRelay; // this one cranks engine RegisteredOutputPin starterControl; - // this one prevents driver from cranknig engine + // this one prevents driver from cranking engine RegisteredOutputPin starterRelayDisable; RegisteredOutputPin fanRelay;