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
1 changed files with 1 additions and 1 deletions

View File

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