From f96507bb2297a90dc656a7e176222c203d82aaae Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Tue, 4 Oct 2022 15:57:00 +0200 Subject: [PATCH] vtol_takeoff: fix comment typo --- src/modules/navigator/vtol_takeoff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/navigator/vtol_takeoff.cpp b/src/modules/navigator/vtol_takeoff.cpp index efa175abfb..faf2812d0e 100644 --- a/src/modules/navigator/vtol_takeoff.cpp +++ b/src/modules/navigator/vtol_takeoff.cpp @@ -149,7 +149,7 @@ VtolTakeoff::on_active() _navigator->reset_position_setpoint(reposition_triplet->current); _navigator->reset_position_setpoint(reposition_triplet->next); - // the VTOL takeoff is done, proceed loitering and upate the navigation state to LOITER + // the VTOL takeoff is done, proceed loitering and update the navigation state to LOITER _navigator->get_mission_result()->finished = true; _navigator->set_mission_result_updated();