Index: trunk/src/org/openstreetmap/josm/data/projection/Projections.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/projection/Projections.java	(revision 9576)
+++ trunk/src/org/openstreetmap/josm/data/projection/Projections.java	(revision 9577)
@@ -106,5 +106,5 @@
         ellipsoids.put("clrk66", Ellipsoid.Clarke1866);
         ellipsoids.put("clrk80", Ellipsoid.Clarke1880);
-        ellipsoids.put("clarkeIGN", Ellipsoid.ClarkeIGN);
+        ellipsoids.put("clrk80ign", Ellipsoid.ClarkeIGN);
         ellipsoids.put("evrstSS", Ellipsoid.EverestSabahSarawak);
         ellipsoids.put("intl", Ellipsoid.Hayford);
Index: trunk/src/org/openstreetmap/josm/data/projection/proj/Mercator.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/projection/proj/Mercator.java	(revision 9576)
+++ trunk/src/org/openstreetmap/josm/data/projection/proj/Mercator.java	(revision 9577)
@@ -22,5 +22,5 @@
  * <p>
  * This class has been derived from the implementation of the Geotools project;
- * git 8cbf52d, org.geotools.referencing.operation.projection.CassiniSoldner
+ * git 8cbf52d, org.geotools.referencing.operation.projection.Mercator
  * at the time of migration.
  * <p>
