Plane: fixed spelling error

This commit is contained in:
Andrew Tridgell 2012-12-04 11:38:29 +11:00
parent 66a41bfe5f
commit d76288529b
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ const AP_Param::Info var_info[] PROGMEM = {
GSCALAR(throttle_max, "THR_MAX", THROTTLE_MAX), GSCALAR(throttle_max, "THR_MAX", THROTTLE_MAX),
// @Param: THR_SLEWRATE // @Param: THR_SLEWRATE
// @DisplayName: Throttlw slew rate // @DisplayName: Throttle slew rate
// @Description: maximum percentage change in throttle per second. A setting of 10 means to not change the throttle by more than 10% of the full throttle range in one second // @Description: maximum percentage change in throttle per second. A setting of 10 means to not change the throttle by more than 10% of the full throttle range in one second
// @Units: Percent // @Units: Percent
// @Range: 0 100 // @Range: 0 100

View File

@ -273,7 +273,7 @@ const AP_Param::Info var_info[] PROGMEM = {
GSCALAR(throttle_max, "THR_MAX", THROTTLE_MAX), GSCALAR(throttle_max, "THR_MAX", THROTTLE_MAX),
// @Param: THR_SLEWRATE // @Param: THR_SLEWRATE
// @DisplayName: Throttlw slew rate // @DisplayName: Throttle slew rate
// @Description: maximum percentage change in throttle per second. A setting of 10 means to not change the throttle by more than 10% of the full throttle range in one second // @Description: maximum percentage change in throttle per second. A setting of 10 means to not change the throttle by more than 10% of the full throttle range in one second
// @Units: Percent // @Units: Percent
// @Range: 0 100 // @Range: 0 100