From a9a88f42003929faa2eb5dadffbe8cb6b325020e Mon Sep 17 00:00:00 2001 From: euzuro Date: Tue, 21 Oct 2008 01:42:14 +0000 Subject: [PATCH] bad spellings. no functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@8154 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Popup/Framed.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Popup/Framed.js b/lib/OpenLayers/Popup/Framed.js index f9e97cfa37..d04a781b38 100644 --- a/lib/OpenLayers/Popup/Framed.js +++ b/lib/OpenLayers/Popup/Framed.js @@ -103,8 +103,8 @@ OpenLayers.Popup.Framed = // this keeps us from getting into trouble this.updateRelativePosition(); - //make calculateRelativePosition always returnt the specified - // fiexed position. + //make calculateRelativePosition always return the specified + // fixed position. this.calculateRelativePosition = function(px) { return this.relativePosition; };