AP_Arming: Fix some typos

Fixed some typos found in the code.
This commit is contained in:
Mykhailo Kuznietsov 2023-10-11 18:41:50 +11:00 committed by Peter Barker
parent ee40804096
commit 28cffb9ea8
1 changed files with 1 additions and 1 deletions

View File

@ -873,7 +873,7 @@ bool AP_Arming::mission_checks(bool report)
}
RallyLocation rally_loc = {};
if (!rally->find_nearest_rally_point(ahrs_loc, rally_loc)) {
check_failed(ARMING_CHECK_MISSION, report, "No sufficently close rally point located");
check_failed(ARMING_CHECK_MISSION, report, "No sufficiently close rally point located");
return false;
}
#else