From 51451d29e1b7bea9ddbdaf0059dfcd9ed4f94bf8 Mon Sep 17 00:00:00 2001 From: Ruffalo-sunghwan Date: Mon, 23 May 2022 13:48:33 +0900 Subject: [PATCH] GCS_MAVLink : correct comment spelling --- 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 d714368eb5..9f831f73cf 100644 --- a/libraries/GCS_MAVLink/GCS_Common.cpp +++ b/libraries/GCS_MAVLink/GCS_Common.cpp @@ -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);