diff --git a/lib/OpenLayers/Marker.js b/lib/OpenLayers/Marker.js index 782a2ecec8..19c592db49 100644 --- a/lib/OpenLayers/Marker.js +++ b/lib/OpenLayers/Marker.js @@ -62,9 +62,9 @@ OpenLayers.Marker = OpenLayers.Class({ /** * Constructor: OpenLayers.Marker - * Paraemeters: - * icon - {} the icon for this marker + * Parameters: * lonlat - {} the position of this marker + * icon - {} the icon for this marker */ initialize: function(lonlat, icon) { this.lonlat = lonlat;