From 71f6287388a8d1f20858190ea1995e5b8d173450 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 6 Apr 2013 17:42:20 +1100 Subject: [PATCH] Plane: fixed spelling --- ArduPlane/Parameters.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduPlane/Parameters.pde b/ArduPlane/Parameters.pde index 78a0b717ee..0493fb4465 100644 --- a/ArduPlane/Parameters.pde +++ b/ArduPlane/Parameters.pde @@ -287,7 +287,7 @@ const AP_Param::Info var_info[] PROGMEM = { GSCALAR(flybywire_elev_reverse, "FBWB_ELEV_REV", 0), // @Param: FBWB_CLIMB_RATE - // @DisplayName: Fly By Wire B alttitude change rate + // @DisplayName: Fly By Wire B altitude change rate // @Description: This sets the rate in m/s at which FBWB will change its target altitude for full elevator deflection. Note that the actual climb rate of the aircraft can be lower than this, depending on your airspeed and throttle control settings. If you have this parameter set to the default value of 2.0, then holding the elevator at maximum deflection for 10 seconds would change the target altitude by 20 meters. // @Range: 1-10 // @Increment: 0.1