From c82866dff82a562ae9da5405d9d5cdb30e150eb3 Mon Sep 17 00:00:00 2001 From: Tom Pittenger Date: Tue, 4 Jan 2022 22:50:45 -0800 Subject: [PATCH] RC_Channel: fix typo, again correctly fixes https://github.com/ArduPilot/ardupilot/pull/19663 --- libraries/RC_Channel/RC_Channel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/RC_Channel/RC_Channel.cpp b/libraries/RC_Channel/RC_Channel.cpp index f5954d7d5a..cdfdd80598 100644 --- a/libraries/RC_Channel/RC_Channel.cpp +++ b/libraries/RC_Channel/RC_Channel.cpp @@ -896,7 +896,7 @@ bool RC_Channel::run_aux_function(aux_func_t ch_option, AuxSwitchPos pos, AuxFun const bool ret = do_aux_function(ch_option, pos); // @LoggerMessage: AUXF - // @Description: Auxillary function invocation information + // @Description: Auxiliary function invocation information // @Field: TimeUS: Time since system startup // @Field: function: ID of triggered function // @Field: pos: switch position when function triggered