From 032c6c22aded11bb9960322ee7087ad2c3488fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Thu, 18 Sep 2008 13:25:36 +0000 Subject: [PATCH] fix typo in comment git-svn-id: http://svn.openlayers.org/trunk/openlayers@8032 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control/ZoomToMaxExtent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Control/ZoomToMaxExtent.js b/lib/OpenLayers/Control/ZoomToMaxExtent.js index a91fa91ea4..7d5a00683a 100644 --- a/lib/OpenLayers/Control/ZoomToMaxExtent.js +++ b/lib/OpenLayers/Control/ZoomToMaxExtent.js @@ -8,7 +8,7 @@ /** * Class: OpenLayers.Control.ZoomToMaxExtent - * Imlements a very simple button control. Designed to be used with a + * Implements a very simple button control. Designed to be used with a * . * * Inherits from: