From 32d7e9d92b9a01dcfe065eed489bc0ff259d409d Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 16 Mar 2008 19:52:17 +0000 Subject: [PATCH] Correcting typo in message thrown by format. c=trivial git-svn-id: http://svn.openlayers.org/trunk/openlayers@6535 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Format/WMC.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Format/WMC.js b/lib/OpenLayers/Format/WMC.js index 890dcce3f4..9ce9d48b08 100644 --- a/lib/OpenLayers/Format/WMC.js +++ b/lib/OpenLayers/Format/WMC.js @@ -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);