From b5ebf9022c8f55547132b00b21b6d14adf427110 Mon Sep 17 00:00:00 2001 From: giacomo892 Date: Mon, 26 Apr 2021 10:33:44 +0200 Subject: [PATCH] [AP_OSD] Fix wrong comment in OSD_W_TERR param --- libraries/AP_OSD/AP_OSD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_OSD/AP_OSD.cpp b/libraries/AP_OSD/AP_OSD.cpp index a234ce8911..6a51ad21db 100644 --- a/libraries/AP_OSD/AP_OSD.cpp +++ b/libraries/AP_OSD/AP_OSD.cpp @@ -173,7 +173,7 @@ const AP_Param::GroupInfo AP_OSD::var_info[] = { #if AP_TERRAIN_AVAILABLE // @Param: _W_TERR // @DisplayName: Terrain warn level - // @Description: Set level below which HGT_TER item will flash. -1 disables + // @Description: Set level below which TER_HGT item will flash. // @Range: 1 3000 // @Units: m // @User: Standard