Index: /FCKeditor/trunk/editor/_source/internals/fcktoolbarset.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fcktoolbarset.js	(revision 662)
+++ /FCKeditor/trunk/editor/_source/internals/fcktoolbarset.js	(revision 663)
@@ -61,5 +61,5 @@
 			{
 				alert( 'Invalid value for "ToolbarLocation"' ) ;
-				return this._Init( 'In' ) ;
+				return arguments.callee( 'In' );
 			}
 
@@ -225,5 +225,5 @@
 	this.Items = new Array() ;
 
-	// Reset the array of toolbat items that are active only on WYSIWYG mode.
+	// Reset the array of toolbar items that are active only on WYSIWYG mode.
 	this.ItemsWysiwygOnly = new Array() ;
 
