From d6d824b3897bd95aad51cbdb8096ac02206cd075 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 26 Jun 2009 15:15:28 +0000 Subject: [PATCH] Typo in docs. Non-functional change. git-svn-id: http://svn.openlayers.org/trunk/openlayers@9528 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control/WMSGetFeatureInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Control/WMSGetFeatureInfo.js b/lib/OpenLayers/Control/WMSGetFeatureInfo.js index c65d1cc3f9..339dbdc040 100644 --- a/lib/OpenLayers/Control/WMSGetFeatureInfo.js +++ b/lib/OpenLayers/Control/WMSGetFeatureInfo.js @@ -43,7 +43,7 @@ OpenLayers.Control.WMSGetFeatureInfo = OpenLayers.Class(OpenLayers.Control, { * Property: layers * {Array()} The layers to query for feature info. * If omitted, all map WMS layers with a url that matches this or - * will be considered. + * will be considered. */ layers: null,