mirror of https://github.com/ArduPilot/ardupilot
Plane: Fix typos
This commit is contained in:
parent
7a9fe95ccb
commit
5fd3c79202
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue