Rover: Comment typo fix in AP_Arming.cpp

This commit is contained in:
Jeevan K 2023-06-13 23:28:03 +05:30 committed by Peter Barker
parent 0d4018107b
commit b670615b3a

View File

@ -59,7 +59,7 @@ bool AP_Arming_Rover::gps_checks(bool display_failure)
return false; return false;
} }
// ensure position esetimate is ok // ensure position estimate is ok
if (!rover.ekf_position_ok()) { if (!rover.ekf_position_ok()) {
// vehicle level position estimate checks // vehicle level position estimate checks
check_failed(display_failure, "Need Position Estimate"); check_failed(display_failure, "Need Position Estimate");