[OpenLayers-Commits] r12066 - sandbox/bartvde/exception/openlayers/tests/Format/WMSCapabilities

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Tue Jun 7 17:27:30 EDT 2011


Author: bartvde
Date: 2011-06-07 14:27:29 -0700 (Tue, 07 Jun 2011)
New Revision: 12066

Modified:
   sandbox/bartvde/exception/openlayers/tests/Format/WMSCapabilities/v1_1_1.html
Log:
typo

Modified: sandbox/bartvde/exception/openlayers/tests/Format/WMSCapabilities/v1_1_1.html
===================================================================
--- sandbox/bartvde/exception/openlayers/tests/Format/WMSCapabilities/v1_1_1.html	2011-06-07 21:26:15 UTC (rev 12065)
+++ sandbox/bartvde/exception/openlayers/tests/Format/WMSCapabilities/v1_1_1.html	2011-06-07 21:27:29 UTC (rev 12066)
@@ -3,7 +3,7 @@
     <script src="../../OLLoader.js"></script>
     <script type="text/javascript">
 
-    function test_read_exeption(t) {
+    function test_read_exception(t) {
         t.plan(1);
         var xml = document.getElementById("exceptionsample").firstChild.nodeValue;
         var doc = new OpenLayers.Format.XML().read(xml);



More information about the Commits mailing list