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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user