From fa1845693b8dec38d3f4ab6b7b88e40c5f54c5dd Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 7 Dec 2011 16:38:07 +0100 Subject: [PATCH] Fixing a typo. --- lib/OpenLayers/Layer/Grid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/Grid.js b/lib/OpenLayers/Layer/Grid.js index 6517b1b1a2..b4625fc994 100644 --- a/lib/OpenLayers/Layer/Grid.js +++ b/lib/OpenLayers/Layer/Grid.js @@ -322,7 +322,7 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, { // if the bounds have changed such that they are not even // *partially* contained by our tiles (e.g. when user has // programmatically panned to the other side of the earth on - // zoom level 18), then moveGriddedTime could potentially have + // zoom level 18), then moveGriddedTiles could potentially have // to run through thousands of cycles, so we want to reTile // instead (thus, partial true). forceReTile = forceReTile ||