mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
GCS_MAVLink : correct comment spelling
This commit is contained in:
parent
5a4d61e3a4
commit
51451d29e1
@ -811,7 +811,7 @@ void GCS_MAVLINK::handle_mission_item(const mavlink_message_t &msg)
|
||||
// add home alt if needed
|
||||
handle_change_alt_request(cmd);
|
||||
|
||||
// verify we recevied the command
|
||||
// verify we received the command
|
||||
result = MAV_MISSION_ACCEPTED;
|
||||
}
|
||||
send_mission_ack(msg, MAV_MISSION_TYPE_MISSION, result);
|
||||
|
Loading…
Reference in New Issue
Block a user