Plane: fixed parameter typo

This commit is contained in:
Andrew Tridgell 2015-03-14 14:53:02 +11:00
parent 74b46818bd
commit cac7714693

View File

@ -929,7 +929,7 @@ const AP_Param::Info var_info[] PROGMEM = {
GSCALAR(rtl_autoland, "RTL_AUTOLAND", 0),
// @Param: RC_TRIM_AT_START
// @DisplayNmae: RC Trims auto set at start.
// @DisplayName: RC Trims auto set at start.
// @Description: Automatically set roll/pitch trim from Tx at ground start. This makes the assumption that the RC transmitter has not been altered since trims were last captured.
// @Values: 0:Disable,1:Enable
// @User: Standard