From 001643eb4fda6aada3a6cf6ee6b848357afbbe8e Mon Sep 17 00:00:00 2001 From: Ruffalo-sunghwan Date: Mon, 23 May 2022 13:51:28 +0900 Subject: [PATCH] AP_Airspeed : correct comment spelling --- libraries/AP_Airspeed/AP_Airspeed.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/AP_Airspeed/AP_Airspeed.cpp b/libraries/AP_Airspeed/AP_Airspeed.cpp index edff9dc0a2..8752ddbfbe 100644 --- a/libraries/AP_Airspeed/AP_Airspeed.cpp +++ b/libraries/AP_Airspeed/AP_Airspeed.cpp @@ -162,7 +162,7 @@ const AP_Param::GroupInfo AP_Airspeed::var_info[] = { // @Param: _PSI_RANGE // @DisplayName: The PSI range of the device - // @Description: This parameter allows you to to set the PSI (pounds per square inch) range for your sensor. You should not change this unless you examine the datasheet for your device + // @Description: This parameter allows you to set the PSI (pounds per square inch) range for your sensor. You should not change this unless you examine the datasheet for your device // @User: Advanced AP_GROUPINFO("_PSI_RANGE", 8, AP_Airspeed, param[0].psi_range, PSI_RANGE_DEFAULT), @@ -269,7 +269,7 @@ const AP_Param::GroupInfo AP_Airspeed::var_info[] = { // @Param: 2_PSI_RANGE // @DisplayName: The PSI range of the device for 2nd sensor - // @Description: This parameter allows you to to set the PSI (pounds per square inch) range for your sensor. You should not change this unless you examine the datasheet for your device + // @Description: This parameter allows you to set the PSI (pounds per square inch) range for your sensor. You should not change this unless you examine the datasheet for your device // @User: Advanced AP_GROUPINFO("2_PSI_RANGE", 19, AP_Airspeed, param[1].psi_range, PSI_RANGE_DEFAULT),