diff --git a/libraries/RC_Channel/RC_Channel.cpp b/libraries/RC_Channel/RC_Channel.cpp index b70582ae64..5f82f1bb60 100644 --- a/libraries/RC_Channel/RC_Channel.cpp +++ b/libraries/RC_Channel/RC_Channel.cpp @@ -531,7 +531,7 @@ const RC_Channel::LookupTable RC_Channel::lookuptable[] = { { AUX_FUNC::RELAY3,"Relay3"}, { AUX_FUNC::RELAY4,"Relay4"}, { AUX_FUNC::PRECISION_LOITER,"PrecisionLoiter"}, - { AUX_FUNC::AVOID_PROXIMITY,"AvoidPRoximity"}, + { AUX_FUNC::AVOID_PROXIMITY,"AvoidProximity"}, { AUX_FUNC::WINCH_ENABLE,"WinchEnable"}, { AUX_FUNC::WINCH_CONTROL,"WinchControl"}, { AUX_FUNC::CLEAR_WP,"ClearWaypoint"},