Correct spelling

This commit is contained in:
Tom Payne
2012-02-10 09:42:08 +01:00
parent 9c95aaaa26
commit 3c30929858
+4 -4
View File
@@ -24,9 +24,9 @@ OpenLayers.Spherical.DEFAULT_RADIUS = 6378137;
* *
* Parameters: * Parameters:
* from - {<OpenLayers.LonLat>} or {Object} Starting point. A LonLat or * from - {<OpenLayers.LonLat>} or {Object} Starting point. A LonLat or
* a JavaScript litteral with lon lat properties. * a JavaScript literal with lon lat properties.
* to - {<OpenLayers.LonLat>} or {Object} Ending point. A LonLat or a * to - {<OpenLayers.LonLat>} or {Object} Ending point. A LonLat or a
* JavaScript litteral with lon lat properties. * JavaScript literal with lon lat properties.
* radius - {Float} The radius. Optional. Defaults to the earth's * radius - {Float} The radius. Optional. Defaults to the earth's
* radius, i.e. 6378137 meters. * radius, i.e. 6378137 meters.
* *
@@ -49,9 +49,9 @@ OpenLayers.Spherical.computeDistanceBetween = function(from, to, radius) {
* *
* Parameters: * Parameters:
* from - {<OpenLayers.LonLat>} or {Object} Starting point. A LonLat or * from - {<OpenLayers.LonLat>} or {Object} Starting point. A LonLat or
* a JavaScript litteral with lon lat properties. * a JavaScript literal with lon lat properties.
* to - {<OpenLayers.LonLat>} or {Object} Ending point. A LonLat or a * to - {<OpenLayers.LonLat>} or {Object} Ending point. A LonLat or a
* JavaScript litteral with lon lat properties. * JavaScript literal with lon lat properties.
* *
* Returns: * Returns:
* {Float} The heading in degrees. * {Float} The heading in degrees.