Index: /CKEditor/branches/features/readonly/_source/core/editor.js
===================================================================
--- /CKEditor/branches/features/readonly/_source/core/editor.js	(revision 6754)
+++ /CKEditor/branches/features/readonly/_source/core/editor.js	(revision 6755)
@@ -1034,5 +1034,5 @@
 
 /**
- * Event fired once editor's {@link CKEDITOR.editor.prototype.readOnly} state has changed.
+ * Event fired after {@link CKEDITOR.editor.prototype.readOnly} property changes.
  * @name CKEDITOR.editor#readOnly
  * @event
Index: /CKEditor/branches/features/readonly/_source/plugins/menu/plugin.js
===================================================================
--- /CKEditor/branches/features/readonly/_source/plugins/menu/plugin.js	(revision 6754)
+++ /CKEditor/branches/features/readonly/_source/plugins/menu/plugin.js	(revision 6755)
@@ -100,5 +100,5 @@
 							if ( item && ( !item.command || this.editor.getCommand( item.command ).state ) )
 							{
-								item.state =  listenerItems[ itemName ];
+								item.state = listenerItems[ itemName ];
 								this.add( item );
 							}
