GCS_Common: minor typo in comments

This commit is contained in:
Randy Mackay 2014-05-26 16:01:11 +09:00
parent 12720bbbe1
commit 9103899048
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,7 @@ void GCS_MAVLINK::handle_mission_item(mavlink_message_t *msg, AP_Mission &missio
// waypoint and not for the mission
handle_guided_request(cmd);
// verify we recevied the command
// verify we received the command
result = 0;
goto mission_ack;
}