correcting a typo in a doc comment

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5127 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2007-11-06 17:05:09 +00:00
parent 99d4d662e4
commit aab744a5c8

View File

@@ -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
* <OpenLayers.Layer.TileCache> constructor.
*