diff --git a/lib/OpenLayers/Util.js b/lib/OpenLayers/Util.js index f0f1af3f3e..da622532a2 100644 --- a/lib/OpenLayers/Util.js +++ b/lib/OpenLayers/Util.js @@ -203,7 +203,7 @@ OpenLayers.LonLat.prototype = { * * @return A new OpenLayers.LonLat object with the lon and lat passed-in * added to this's. - * @type OpenLayers.Pixel + * @type OpenLayers.LonLat */ add:function(lon, lat) { return new OpenLayers.LonLat(this.lon + lon, this.lat + lat);