From d53045db10cdd5e99dfa528983d9f6a760864c51 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Wed, 9 Sep 2020 15:40:18 +0900 Subject: [PATCH] AP_Soaring: minor spelling fix --- libraries/AP_Soaring/AP_Soaring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Soaring/AP_Soaring.h b/libraries/AP_Soaring/AP_Soaring.h index 81f3915c20..2df2305805 100644 --- a/libraries/AP_Soaring/AP_Soaring.h +++ b/libraries/AP_Soaring/AP_Soaring.h @@ -4,7 +4,7 @@ Provides a layer between the thermal centring algorithm and the main code for managing navigation targets, data logging, tuning parameters, algorithm inputs and eventually other soaring strategies such as - speed-to-fly. AP_TECS libary used for reference. + speed-to-fly. AP_TECS library used for reference. */ #pragma once