From ea82caf7a4acec7b8384aad5a7ab99dad7c31c85 Mon Sep 17 00:00:00 2001 From: Craig Elder Date: Tue, 9 Sep 2014 12:34:59 -0700 Subject: [PATCH] Copter: Parameters.pde Corrected typo in parameter description --- ArduCopter/Parameters.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopter/Parameters.pde b/ArduCopter/Parameters.pde index 09a0e99d64..84b335b2cd 100644 --- a/ArduCopter/Parameters.pde +++ b/ArduCopter/Parameters.pde @@ -451,7 +451,7 @@ const AP_Param::Info var_info[] PROGMEM = { // @Param: LAND_REPOSITION // @DisplayName: Land repositioning // @Description: Enables user input during LAND mode, the landing phase of RTL, and auto mode landings. - // @Values: 0:No repositiong, 1:Repositioning + // @Values: 0:No repositioning, 1:Repositioning // @User: Advanced GSCALAR(land_repositioning, "LAND_REPOSITION", LAND_REPOSITION_DEFAULT),