mirror of https://github.com/ArduPilot/ardupilot
AP_Math: fixed grammar error
This commit is contained in:
parent
2d29a6a7be
commit
8b119934ea
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue