[OpenLayers-Commits] r12086 - trunk/openlayers/lib/OpenLayers/Format

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Wed Jun 15 07:19:46 EDT 2011


Author: bartvde
Date: 2011-06-15 04:19:45 -0700 (Wed, 15 Jun 2011)
New Revision: 12086

Modified:
   trunk/openlayers/lib/OpenLayers/Format/OWSCommon.js
Log:
fix typo in comment, non-functional change

Modified: trunk/openlayers/lib/OpenLayers/Format/OWSCommon.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Format/OWSCommon.js	2011-06-15 10:59:08 UTC (rev 12085)
+++ trunk/openlayers/lib/OpenLayers/Format/OWSCommon.js	2011-06-15 11:19:45 UTC (rev 12086)
@@ -67,7 +67,7 @@
             // it corresponds to the WMS/WFS/WCS etc. request version
             var uri = root.getAttribute("xmlns:ows");
             // the above will fail if the namespace prefix is different than
-            // ows and if the namspace is declared on a different element
+            // ows and if the namespace is declared on a different element
             if (uri && uri.substring(uri.lastIndexOf("/")+1) === "1.1") {
                 version ="1.1.0";
             } 



More information about the Commits mailing list