summaryrefslogtreecommitdiff
path: root/inc/FLocCoordinates.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/FLocCoordinates.h')
-rw-r--r--inc/FLocCoordinates.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/FLocCoordinates.h b/inc/FLocCoordinates.h
index c5d6096..1d1255b 100644
--- a/inc/FLocCoordinates.h
+++ b/inc/FLocCoordinates.h
@@ -212,7 +212,7 @@ public:
double GetAzimuth(const Coordinates& dest) const;
/**
- * Calculates the geodetic distance to the given coordinates.
+ * Calculates the geodetic distance for the given coordinates.
*
* The distance calculation is based on the WGS84 ellipsoid model.
*
@@ -220,7 +220,7 @@ public:
*
* @since 2.0
*
- * @return The distance to the given coordinates in meters, @n
+ * @return The distance for the given coordinates in meters, @n
* else @c NaN if the latitude or the longitude of two points has an @c NaN value
* @param[in] to The destination coordinates
*/