Index: /FCKeditor/branches/features/floating_dialog/editor/fckdialog.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/editor/fckdialog.html	(revision 1330)
+++ /FCKeditor/branches/features/floating_dialog/editor/fckdialog.html	(revision 1331)
@@ -303,5 +303,5 @@
 
 		// Updated the last coordinates.
-		var currentCords =
+		var currentCoords =
 		{
 			x : evt.screenX,
@@ -311,9 +311,9 @@
 		currentPos =
 		{
-			x : currentPos.x + ( currentCords.x - lastCoords.x ),
-			y : currentPos.y + ( currentCords.y - lastCoords.y )
+			x : currentPos.x + ( currentCoords.x - lastCoords.x ),
+			y : currentPos.y + ( currentCoords.y - lastCoords.y )
 		} ;
 
-		lastCoords = currentCords ;
+		lastCoords = currentCoords ;
 
 		frameElement.style.left	= currentPos.x + 'px' ;
