From b670615b3aaf878cb0f7bdd4b63084288d39c85d Mon Sep 17 00:00:00 2001 From: Jeevan K Date: Tue, 13 Jun 2023 23:28:03 +0530 Subject: [PATCH] Rover: Comment typo fix in AP_Arming.cpp --- Rover/AP_Arming.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rover/AP_Arming.cpp b/Rover/AP_Arming.cpp index 1b91b8370b..dc0f717d17 100644 --- a/Rover/AP_Arming.cpp +++ b/Rover/AP_Arming.cpp @@ -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");