From 8b119934ea87aa738e523a8e76675f76e67fc5d3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 11 Apr 2013 22:15:49 +1000 Subject: [PATCH] AP_Math: fixed grammar error --- libraries/AP_Math/location.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_Math/location.cpp b/libraries/AP_Math/location.cpp index dfe0424817..732ba9018a 100644 --- a/libraries/AP_Math/location.cpp +++ b/libraries/AP_Math/location.cpp @@ -43,7 +43,7 @@ float longitude_scale(const struct Location *loc) -// return distance in meters to between two locations +// return distance in meters between two locations float get_distance(const struct Location *loc1, const struct Location *loc2) { float dlat = (float)(loc2->lat - loc1->lat);