Index: trunk/src/org/openstreetmap/josm/data/coor/ILatLon.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/coor/ILatLon.java	(revision 12728)
+++ trunk/src/org/openstreetmap/josm/data/coor/ILatLon.java	(revision 12729)
@@ -41,5 +41,5 @@
      * <p>Replies the projected east/north coordinates.</p>
      *
-     * <p>Uses the {@link Main#getProjection() global projection} to project the lan/lon-coordinates.</p>
+     * <p>Uses the {@link Main#getProjection() global projection} to project the lat/lon-coordinates.</p>
      *
      * @return the east north coordinates or {@code null} if #is
Index: trunk/src/org/openstreetmap/josm/data/osm/Node.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/osm/Node.java	(revision 12728)
+++ trunk/src/org/openstreetmap/josm/data/osm/Node.java	(revision 12729)
@@ -103,5 +103,5 @@
      * Replies the projected east/north coordinates.
      * <p>
-     * Uses the {@link Main#getProjection() global projection} to project the lan/lon-coordinates.
+     * Uses the {@link Main#getProjection() global projection} to project the lat/lon-coordinates.
      * @return the east north coordinates or {@code null} if #is
      */
