From c303e36ed0834e9d19ccb611979868b4287035e9 Mon Sep 17 00:00:00 2001
From: Matthias Grob <maetugr@gmail.com>
Date: Mon, 3 Dec 2018 15:47:43 +0100
Subject: [PATCH] vtol_att_control: small comment typo

---
 src/modules/vtol_att_control/standard_params.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/vtol_att_control/standard_params.c b/src/modules/vtol_att_control/standard_params.c
index 94a2b1d45f..1427e5a071 100644
--- a/src/modules/vtol_att_control/standard_params.c
+++ b/src/modules/vtol_att_control/standard_params.c
@@ -66,7 +66,7 @@ PARAM_DEFINE_FLOAT(VT_FWD_THRUST_SC, 0.0f);
 /**
  * Back transition MC motor ramp up time
  *
- * This sets the duration during wich the MC motors ramp up to the commanded thrust during the back transition stage.
+ * This sets the duration during which the MC motors ramp up to the commanded thrust during the back transition stage.
  *
  * @unit s
  * @min 0.0
-- 
GitLab