Index: trunk/src/org/openstreetmap/josm/data/coor/LatLon.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/coor/LatLon.java	(revision 16309)
+++ trunk/src/org/openstreetmap/josm/data/coor/LatLon.java	(revision 16310)
@@ -224,5 +224,5 @@
     /**
      * Computes the distance between this lat/lon and another point on the earth.
-     * Uses Haversine formular.
+     * Uses <a href="https://en.wikipedia.org/wiki/Haversine_formula">Haversine formula</a>.
      * @param other the other point.
      * @return distance in metres.
@@ -289,5 +289,5 @@
      * @param ll2 The other lat/lon object
      * @param proportion The proportion to interpolate
-     * @return a new latlon at this position if proportion is 0, at the other position it proportion is 1 and lineary interpolated otherwise.
+     * @return a new latlon at this position if proportion is 0, at the other position it proportion is 1 and linearly interpolated otherwise.
      */
     public LatLon interpolate(LatLon ll2, double proportion) {
