From 53ed61790d8653ece07aa438986ac23d3de84ff1 Mon Sep 17 00:00:00 2001 From: Mark Whitehorn Date: Sun, 28 Feb 2016 07:21:00 -0700 Subject: [PATCH] fix typo in comment --- src/drivers/drv_mixer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/drv_mixer.h b/src/drivers/drv_mixer.h index 8886a6c1a0..1f61797c82 100644 --- a/src/drivers/drv_mixer.h +++ b/src/drivers/drv_mixer.h @@ -46,7 +46,7 @@ * Each client has its own configuration. * * When mixing, outputs are produced by mixers in the order they are - * added. A simple mixer produces one output; a multotor mixer will + * added. A simple mixer produces one output; a multirotor mixer will * produce several outputs, etc. */