fix typo in Request.js (refs #462)

This commit is contained in:
Éric Lemoine
2012-05-12 08:56:21 +02:00
parent 9933271b2a
commit f7d4657c14

View File

@@ -20,7 +20,7 @@ OpenLayers.ProxyHost = "";
* with XMLHttpRequests. These methods work with a cross-browser
* W3C compliant <OpenLayers.Request.XMLHttpRequest> class.
*/
if (!OpenLayers.Requst) {
if (!OpenLayers.Request) {
/**
* This allows for OpenLayers/Request/XMLHttpRequest.js to be included
* before or after this script.