From 7bb079b348fc79093feaf22cb0cf5146b5b39a4d Mon Sep 17 00:00:00 2001 From: myly10 Date: Fri, 13 Feb 2015 01:16:35 +0800 Subject: [PATCH] AP_Parachute.cpp: Typo correction. --- libraries/AP_Parachute/AP_Parachute.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Parachute/AP_Parachute.cpp b/libraries/AP_Parachute/AP_Parachute.cpp index 9cfe8111bf..d0bcb472f0 100644 --- a/libraries/AP_Parachute/AP_Parachute.cpp +++ b/libraries/AP_Parachute/AP_Parachute.cpp @@ -44,7 +44,7 @@ const AP_Param::GroupInfo AP_Parachute::var_info[] PROGMEM = { AP_GROUPINFO("SERVO_OFF", 3, AP_Parachute, _servo_off_pwm, AP_PARACHUTE_SERVO_OFF_PWM_DEFAULT), // @Param: ALT_MIN - // @DisplayName: Parachute min altitude in cm above home + // @DisplayName: Parachute min altitude in meters above home // @Description: Parachute min altitude above home. Parachute will not be released below this altitude. 0 to disable alt check. // @Range: 0 32000 // @Units: Meters