From 5fd3c79202e116e4070f9bf4e952bfa9ae9bd0a7 Mon Sep 17 00:00:00 2001 From: Tom Pittenger Date: Thu, 4 Aug 2016 11:42:41 -0700 Subject: [PATCH] Plane: Fix typos --- ArduPlane/GCS_Mavlink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduPlane/GCS_Mavlink.cpp b/ArduPlane/GCS_Mavlink.cpp index c7dcf7fcb9..2ffe6d979f 100644 --- a/ArduPlane/GCS_Mavlink.cpp +++ b/ArduPlane/GCS_Mavlink.cpp @@ -1522,7 +1522,7 @@ void GCS_MAVLINK_Plane::handleMessage(mavlink_message_t* msg) result = MAV_RESULT_FAILED; //Not allowing go around at FLIGHT_LAND_FINAL stage on purpose -- - //if plane is close to the ground a go around coudld be dangerous. + //if plane is close to the ground a go around could be dangerous. if (plane.flight_stage == AP_SpdHgtControl::FLIGHT_LAND_APPROACH || plane.flight_stage == AP_SpdHgtControl::FLIGHT_LAND_PREFLARE || plane.flight_stage == AP_SpdHgtControl::FLIGHT_LAND_FINAL) {