typo in error message

This commit is contained in:
rusefi 2017-03-01 21:43:18 -05:00
parent c370e4fddf
commit ddab2acb9f
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ void TriggerCentral::handleShaftSignal(trigger_event_e signal DECLARE_ENGINE_PAR
if (triggerState.triggerDefinitionError) {
// trigger is broken, we cannot do anything here
warning(CUSTOM_ERR_6144, "Sgaft event while trigger is mis-configured");
warning(CUSTOM_ERR_6144, "Shaft event while trigger is mis-configured");
return;
}