From 1615e37907710ff6f618ac9b574657e70ac6d402 Mon Sep 17 00:00:00 2001
From: Ettore Pane <ettore.pane@skywarder.eu>
Date: Tue, 26 Nov 2024 16:24:31 +0100
Subject: [PATCH] fixed typo

---
 src/shared/sensors/analog/Pitot/Pitot.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/shared/sensors/analog/Pitot/Pitot.h b/src/shared/sensors/analog/Pitot/Pitot.h
index 9f5574123..19838342b 100644
--- a/src/shared/sensors/analog/Pitot/Pitot.h
+++ b/src/shared/sensors/analog/Pitot/Pitot.h
@@ -68,7 +68,7 @@ protected:
         {
             // NOTE: Here we assume that we are always at refTemperature, so
             // calculations might be wrong at higher elevations!
-            pitotSpeed.airspeed = AeroUtils::computePitotAirspeed(
+            pitotSpeed.airspeed = Aeroutils::computePitotAirspeed(
                 totalPressure, staticPressure, 0, reference.refTemperature);
             pitotSpeed.deltaP = totalPressure - staticPressure;
         }
-- 
GitLab