From 3f674ba78cc8af2be8b8062f9366629b6c2a34be Mon Sep 17 00:00:00 2001 From: Thomas Gubler Date: Mon, 25 Feb 2013 14:34:53 +0100 Subject: fixed a typo --- apps/systemlib/airspeed.c | 2 +- apps/systemlib/airspeed.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/systemlib') diff --git a/apps/systemlib/airspeed.c b/apps/systemlib/airspeed.c index 382df2ee4..d7096d597 100644 --- a/apps/systemlib/airspeed.c +++ b/apps/systemlib/airspeed.c @@ -87,7 +87,7 @@ float calc_true_airspeed_from_indicated(float speed_indicated, float pressure_am * * Note that the true airspeed is NOT the groundspeed, because of the effects of wind * - * @param total_pressure pressure inside the pitot/prandl tube + * @param total_pressure pressure inside the pitot/prandtl tube * @param static_pressure pressure at the side of the tube/airplane * @param temperature_celsius air temperature in degrees celcius * @return true airspeed in m/s diff --git a/apps/systemlib/airspeed.h b/apps/systemlib/airspeed.h index 088498943..def53f0c1 100644 --- a/apps/systemlib/airspeed.h +++ b/apps/systemlib/airspeed.h @@ -78,7 +78,7 @@ * * Note that the true airspeed is NOT the groundspeed, because of the effects of wind * - * @param total_pressure pressure inside the pitot/prandl tube + * @param total_pressure pressure inside the pitot/prandtl tube * @param static_pressure pressure at the side of the tube/airplane * @param temperature_celsius air temperature in degrees celcius * @return true airspeed in m/s -- cgit v1.2.3