From 9fd19a2c8362cfa848bd5a64e9f9fb8d5c7064c3 Mon Sep 17 00:00:00 2001 From: Shubham Shah <51359628+shubham-shahh@users.noreply.github.com> Date: Sun, 10 Oct 2021 00:32:31 +0530 Subject: [PATCH] Update standard.cpp --- src/modules/vtol_att_control/standard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/vtol_att_control/standard.cpp b/src/modules/vtol_att_control/standard.cpp index 8bcd4b7727..9579fefa73 100644 --- a/src/modules/vtol_att_control/standard.cpp +++ b/src/modules/vtol_att_control/standard.cpp @@ -342,7 +342,7 @@ void Standard::update_fw_state() } /** - * Prepare message to acutators with data from mc and fw attitude controllers. An mc attitude weighting will determine + * Prepare message to actuators with data from mc and fw attitude controllers. An mc attitude weighting will determine * what proportion of control should be applied to each of the control groups (mc and fw). */ void Standard::fill_actuator_outputs()