diff --git a/lib/OpenLayers/Util.js b/lib/OpenLayers/Util.js index fd9f74120b..79c8d07934 100644 --- a/lib/OpenLayers/Util.js +++ b/lib/OpenLayers/Util.js @@ -116,7 +116,7 @@ OpenLayers.Util.clearArray = function(array) { * * Returns: * {Integer} The index at, which the object was found in the array. - * If not found, returns -1.v + * If not found, returns -1. */ OpenLayers.Util.indexOf = function(array, obj) {