Index: /CKEditor/trunk/_source/plugins/scayt/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/scayt/plugin.js	(revision 3702)
+++ /CKEditor/trunk/_source/plugins/scayt/plugin.js	(revision 3703)
@@ -226,5 +226,5 @@
 				scayt_control.setDisabled( isEnabled );
 			}
-			else if ( !editor.config.scaytParams.autoStartup && plugin.engineLoaded >= 0 )	// Load first time
+			else if ( !editor.config.scayt_autoStartup && plugin.engineLoaded >= 0 )	// Load first time
 			{
 				this.setState( CKEDITOR.TRISTATE_DISABLED );
@@ -384,5 +384,5 @@
 								})( element.$, items_suggestion[i] );
 
-							if ( i < editor.config.scaytParams.maxSuggestions )
+							if ( i < editor.config.scayt_maxSuggestions )
 							{
 								addButtonCommand( editor, 'button_' + commandName, items_suggestion[i], 
@@ -458,5 +458,5 @@
 
 			// Start plugin
-			if ( editor.config.scaytParams.autoStartup )
+			if ( editor.config.scayt_autoStartup )
 			{
 				var showInitialState = function()
@@ -474,5 +474,5 @@
 
 CKEDITOR.config.scaytParams = CKEDITOR.config.scaytParams || {};
-CKEDITOR.config.scaytParams.maxSuggestions = CKEDITOR.config.scaytParams.maxSuggestions || 5;
-CKEDITOR.config.scaytParams.autoStartup = CKEDITOR.config.scaytParams.autoStartup || false;
-
+CKEDITOR.config.scayt_maxSuggestions = 5;
+CKEDITOR.config.scayt_autoStartup = false;
+
