From e99979ffe5a338217dc1aa32a9b22827166d8d15 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 19 Dec 2009 00:07:25 +0000 Subject: [PATCH] Adding a missing verb. git-svn-id: http://svn.openlayers.org/trunk/openlayers@9909 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index 9a1d681e53..abf3328a8c 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -150,7 +150,7 @@ OpenLayers.Map = OpenLayers.Class({ * using the method. * * Note: - * If you calling after map construction, do not use + * If you are calling after map construction, do not use * auto. Instead, divide your by your * maximum expected dimension. */