[OpenLayers-Commits] r5127 - trunk/openlayers/lib/OpenLayers/Layer

commits at openlayers.org commits at openlayers.org
Tue Nov 6 12:05:11 EST 2007


Author: tschaub
Date: 2007-11-06 12:05:09 -0500 (Tue, 06 Nov 2007)
New Revision: 5127

Modified:
   trunk/openlayers/lib/OpenLayers/Layer/TileCache.js
Log:
correcting a typo in a doc comment

Modified: trunk/openlayers/lib/OpenLayers/Layer/TileCache.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/TileCache.js	2007-11-06 17:00:22 UTC (rev 5126)
+++ trunk/openlayers/lib/OpenLayers/Layer/TileCache.js	2007-11-06 17:05:09 UTC (rev 5127)
@@ -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.
  *



More information about the Commits mailing list