From 497f7c9105588cf4777827b4c151186e04ca37be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Wed, 24 Aug 2011 14:23:59 +0000 Subject: [PATCH] fixing error in comments. Non-functional change (see #3163) git-svn-id: http://svn.openlayers.org/trunk/openlayers@12272 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Protocol/HTTP.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Protocol/HTTP.js b/lib/OpenLayers/Protocol/HTTP.js index 2b86c0c77e..ad4336ffa0 100644 --- a/lib/OpenLayers/Protocol/HTTP.js +++ b/lib/OpenLayers/Protocol/HTTP.js @@ -141,7 +141,7 @@ OpenLayers.Protocol.HTTP = OpenLayers.Class(OpenLayers.Protocol, { * Optional method to translate an object into an object * that can be serialized as request query string provided. If a custom * method is not provided, the filter will be serialized using the - * method. + * class. * * Parameters: * filter - {} filter to convert.