From 59ddeabc8b79e36a62520c15082a2e240e47f44b Mon Sep 17 00:00:00 2001 From: Antoine Drouin Date: Tue, 31 Aug 2010 11:07:24 +0000 Subject: [PATCH] fixed typo East North Up, thank you Sir Dieblich --- sw/airborne/math/pprz_geodetic_double.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/airborne/math/pprz_geodetic_double.h b/sw/airborne/math/pprz_geodetic_double.h index bac9541b01..5fc9389216 100644 --- a/sw/airborne/math/pprz_geodetic_double.h +++ b/sw/airborne/math/pprz_geodetic_double.h @@ -26,7 +26,7 @@ struct NedCoor_d { double z; }; -/* East North Down local tangeant plane */ +/* East North Up local tangeant plane */ struct EnuCoor_d { double x; double y;