OpenLayers OpenLayers

Changeset 6535

Show
Ignore:
Timestamp:
03/16/08 15:52:17 (10 months ago)
Author:
tschaub
Message:

Correcting typo in message thrown by format. c=trivial

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Format/WMC.js

    r6534 r6535  
    8989            ]; 
    9090            if(!format) { 
    91                 throw "Can't find a WMS capabilities parser for version " + 
     91                throw "Can't find a WMC parser for version " + 
    9292                      version; 
    9393            }