State machine helper: Fix typo

This commit is contained in:
Lorenz Meier 2017-12-27 19:30:41 +01:00
parent c31e31bf5e
commit 644db1b03f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}