Skip to content

Commit

Permalink
fix typo in comment, non-functional change
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12086 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
  • Loading branch information
bartvde committed Jun 15, 2011
1 parent dd5fa7e commit cbac5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OpenLayers/Format/OWSCommon.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ OpenLayers.Format.OWSCommon = OpenLayers.Class(OpenLayers.Format.XML, {
// 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";
}
Expand Down

0 comments on commit cbac5db

Please sign in to comment.