Correcting typo in message thrown by format. c=trivial

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6535 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2008-03-16 19:52:17 +00:00
parent cd27825fb5
commit 32d7e9d92b

View File

@@ -88,7 +88,7 @@ OpenLayers.Format.WMC = OpenLayers.Class({
"v" + version.replace(/\./g, "_")
];
if(!format) {
throw "Can't find a WMS capabilities parser for version " +
throw "Can't find a WMC parser for version " +
version;
}
this.parser = new format(this.options);