From 9103899048e54cdc7836c5d73a67aacbd5a05e0c Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Mon, 26 May 2014 16:01:11 +0900 Subject: [PATCH] GCS_Common: minor typo in comments --- libraries/GCS_MAVLink/GCS_Common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/GCS_MAVLink/GCS_Common.cpp b/libraries/GCS_MAVLink/GCS_Common.cpp index 9aea277e3a..e0fc100332 100644 --- a/libraries/GCS_MAVLink/GCS_Common.cpp +++ b/libraries/GCS_MAVLink/GCS_Common.cpp @@ -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; }