From e4d13784fa83e2d2f1b0734dba0e983e4a859bd1 Mon Sep 17 00:00:00 2001 From: Bruno Binet Date: Tue, 3 May 2011 10:08:42 +0000 Subject: [PATCH] fix api doc typo, no functionnal changes git-svn-id: http://svn.openlayers.org/trunk/openlayers@11942 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Util.js b/lib/OpenLayers/Util.js index f51353eaa2..17e95238fe 100644 --- a/lib/OpenLayers/Util.js +++ b/lib/OpenLayers/Util.js @@ -1301,7 +1301,7 @@ OpenLayers.Util.safeStopPropagation = function(evt) { }; /** - * Function: pagePositon + * Function: pagePosition * Calculates the position of an element on the page (see * http://code.google.com/p/doctype/wiki/ArticlePageOffset) *