From 4e3d944f58f0d60e072641fc60b426fbcfdad8ab Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Thu, 2 Dec 2021 20:23:44 +0100 Subject: [PATCH] mixer_module: typo con(s)tructor --- src/lib/mixer_module/mixer_module.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/mixer_module/mixer_module.hpp b/src/lib/mixer_module/mixer_module.hpp index 27f3ecbbbc..30a24fb838 100644 --- a/src/lib/mixer_module/mixer_module.hpp +++ b/src/lib/mixer_module/mixer_module.hpp @@ -103,7 +103,7 @@ public: }; /** - * Contructor + * Constructor * @param param_prefix for min/max/etc. params, e.g. "PWM_MAIN". This needs to match 'param_prefix' in the module.yaml * @param max_num_outputs maximum number of supported outputs * @param interface Parent module for scheduling, parameter updates and callbacks