From 8b4aee909004d889f7681a6013c96451502bde35 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Sat, 28 Feb 2015 20:49:11 -0800 Subject: [PATCH] Fix typo --- src/AutoPilotPlugins/PX4/SensorsComponent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoPilotPlugins/PX4/SensorsComponent.qml b/src/AutoPilotPlugins/PX4/SensorsComponent.qml index 99570f021..272446949 100644 --- a/src/AutoPilotPlugins/PX4/SensorsComponent.qml +++ b/src/AutoPilotPlugins/PX4/SensorsComponent.qml @@ -93,7 +93,7 @@ Rectangle { IndicatorButton { width: parent.buttonWidth - text: "Acceleromter" + text: "Accelerometer" indicatorGreen: autopilot.parameters["CAL_ACC0_ID"].value != 0 onClicked: controller.calibrateAccel() } -- 2.22.0