diff --git a/lib/OpenLayers/Layer/TileCache.js b/lib/OpenLayers/Layer/TileCache.js index d6f116f67d..f5a6606b12 100644 --- a/lib/OpenLayers/Layer/TileCache.js +++ b/lib/OpenLayers/Layer/TileCache.js @@ -10,7 +10,7 @@ * A read only TileCache layer. Used to requests tiles cached by TileCache in * a web accessible cache. This means that you have to pre-populate your * cache before this layer can be used. It is meant only to read tiles - * created by TileCache, and not to make calls to TileCache for layer + * created by TileCache, and not to make calls to TileCache for tile * creation. Create a new instance with the * constructor. *