diff --git a/src/modules/commander/state_machine_helper.cpp b/src/modules/commander/state_machine_helper.cpp index 34259fb89c..9f3a1bb566 100644 --- a/src/modules/commander/state_machine_helper.cpp +++ b/src/modules/commander/state_machine_helper.cpp @@ -536,7 +536,7 @@ transition_result_t hil_state_transition(hil_state_t new_state, orb_advert_t sta break; default: - PX4_WARN("Unknown HIL state"); + PX4_WARN("Unknown HITL state"); break; } }