From dd556be0be5677c2497dfb8d565511094741d357 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 10 Apr 2009 15:27:08 +0000 Subject: [PATCH] Correct spelling for sketch. git-svn-id: http://svn.openlayers.org/trunk/openlayers@9261 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Handler/Point.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Handler/Point.js b/lib/OpenLayers/Handler/Point.js index 2d41a15d31..bcd656123e 100644 --- a/lib/OpenLayers/Handler/Point.js +++ b/lib/OpenLayers/Handler/Point.js @@ -13,7 +13,7 @@ * Handler to draw a point on the map. Point is displayed on mouse down, * moves on mouse move, and is finished on mouse up. The handler triggers * callbacks for 'done', 'cancel', and 'modify'. The modify callback is - * called with each change in the sketc and will receive the latest point + * called with each change in the sketch and will receive the latest point * drawn. Create a new instance with the * constructor. *