From 334233d48f863e17e06bdde244984bda12b93116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Vale=20Gon=C3=A7alves?= Date: Mon, 27 Jun 2016 23:21:50 +0100 Subject: [PATCH] AP_BoardConfig: fix spelling in parameter description witch ->no switch->yes --- libraries/AP_BoardConfig/AP_BoardConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_BoardConfig/AP_BoardConfig.cpp b/libraries/AP_BoardConfig/AP_BoardConfig.cpp index 9bcba85d81..3be9524a61 100644 --- a/libraries/AP_BoardConfig/AP_BoardConfig.cpp +++ b/libraries/AP_BoardConfig/AP_BoardConfig.cpp @@ -105,7 +105,7 @@ const AP_Param::GroupInfo AP_BoardConfig::var_info[] = { #if CONFIG_HAL_BOARD == HAL_BOARD_PX4 // @Param: SAFETY_MASK // @DisplayName: Channels to which ignore the safety switch state - // @Description: A bitmask which controls what channels can move while the safety witch has not been pressed + // @Description: A bitmask which controls what channels can move while the safety switch has not been pressed // @Values: 0:Disabled,1:Enabled // @Bitmask: 0:Ch1,1:Ch2,2:Ch3,3:Ch4,4:Ch5,5:Ch6,6:Ch7,7:Ch8 // @RebootRequired: True