Index: /FCKeditor/trunk/editor/_source/internals/fckundo.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fckundo.js	(revision 404)
+++ /FCKeditor/trunk/editor/_source/internals/fckundo.js	(revision 405)
@@ -29,5 +29,5 @@
 FCKUndo.Changed = false ;	// Is the document changed in respect to its initial image?
 FCKUndo.MaxTypes = 25 ;
-CKUndo.Typing = false ;
+FCKUndo.Typing = false ;
 
 FCKUndo._GetBookmark = function()
@@ -159,5 +159,5 @@
 }
 
-FCKUndo._ApplyUndoLevel = function(level)
+FCKUndo._ApplyUndoLevel = function( level )
 {
 	var oData = FCKUndo.SavedData[ level ] ;
