From 3febd789438882783e543ef904a1bd374629a050 Mon Sep 17 00:00:00 2001 From: VMsunghwan Date: Sun, 16 Jan 2022 15:08:13 +0900 Subject: [PATCH] SITL : Update Telemetry telemetery -> telemetry --- libraries/SITL/SIM_CRSF.cpp | 2 +- libraries/SITL/SIM_Frsky.cpp | 2 +- libraries/SITL/SIM_Frsky_D.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/SITL/SIM_CRSF.cpp b/libraries/SITL/SIM_CRSF.cpp index 535fda2269..f2c886b4ae 100644 --- a/libraries/SITL/SIM_CRSF.cpp +++ b/libraries/SITL/SIM_CRSF.cpp @@ -13,7 +13,7 @@ along with this program. If not, see . */ /* - Base class for CRSF telemetery + Base class for CRSF telemetry */ #include "SIM_CRSF.h" diff --git a/libraries/SITL/SIM_Frsky.cpp b/libraries/SITL/SIM_Frsky.cpp index 720f9582c7..69fe8f3f21 100644 --- a/libraries/SITL/SIM_Frsky.cpp +++ b/libraries/SITL/SIM_Frsky.cpp @@ -13,7 +13,7 @@ along with this program. If not, see . */ /* - Base class for FrSky telemetery + Base class for FrSky telemetry */ #include "SIM_Frsky.h" diff --git a/libraries/SITL/SIM_Frsky_D.cpp b/libraries/SITL/SIM_Frsky_D.cpp index f219b182f8..25aa99640a 100644 --- a/libraries/SITL/SIM_Frsky_D.cpp +++ b/libraries/SITL/SIM_Frsky_D.cpp @@ -13,7 +13,7 @@ along with this program. If not, see . */ /* - Base class for FrSky D telemetery + Base class for FrSky D telemetry */ #include "SIM_Frsky_D.h"