fix typo in ND comment (non-functional change)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5754 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Éric Lemoine
2008-01-15 20:25:00 +00:00
parent f053a4e0c8
commit c768a12a4d

View File

@@ -128,7 +128,7 @@ OpenLayers.Layer.SphericalMercator = {
},
/**
* Method: projectForward
* Method: projectInverse
* Given an object with x and y properties in Spherical Mercator, modify
* the x,y properties on the object to be the unprojected coordinates.
*