[OpenLayers-Commits] r6011 - trunk/openlayers/lib/OpenLayers/Handler

commits at openlayers.org commits at openlayers.org
Wed Feb 6 18:52:39 EST 2008


Author: crschmidt
Date: 2008-02-06 18:52:39 -0500 (Wed, 06 Feb 2008)
New Revision: 6011

Modified:
   trunk/openlayers/lib/OpenLayers/Handler/Point.js
Log:
Fix typo in comments.


Modified: trunk/openlayers/lib/OpenLayers/Handler/Point.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Handler/Point.js	2008-02-06 22:49:41 UTC (rev 6010)
+++ trunk/openlayers/lib/OpenLayers/Handler/Point.js	2008-02-06 23:52:39 UTC (rev 6011)
@@ -62,7 +62,7 @@
      *
      * Parameters:
      * control - {<OpenLayers.Control>} The control that owns this handler
-     * callbacks - {Object} An object with a 'done' property whos value is a
+     * callbacks - {Object} An object with a 'done' property whose value is a
      *             function to be called when the point drawing is finished.
      *             The callback should expect to recieve a single argument,
      *             the point geometry.  If the callbacks object contains a



More information about the Commits mailing list