Index: /CKEditor/trunk/_source/plugins/dialog/dialogDefinition.js
===================================================================
--- /CKEditor/trunk/_source/plugins/dialog/dialogDefinition.js	(revision 6505)
+++ /CKEditor/trunk/_source/plugins/dialog/dialogDefinition.js	(revision 6506)
@@ -611,5 +611,5 @@
 /**
  * (Optional) The action attribute of the form element associated with this file upload input.
- * If empty, CKFinder will use path to server connector for currently opened folder.
+ * If empty, CKEditor will use path to server connector for currently opened folder.
  * @name CKEDITOR.dialog.definition.file.prototype.action
  * @type String
@@ -680,5 +680,5 @@
 
 /**
- * The instruction for CKFinder how to deal with file upload.
+ * The instruction for CKEditor how to deal with file upload.
  * By default, the file and fileButton elements will not work "as expected" if this attribute is not set.
  * @name CKEDITOR.dialog.definition.fileButton.prototype.filebrowser
@@ -738,7 +738,7 @@
  * 	minHeight : 200,
  * 	onOk : function() {
- * 		// "this" is now a CKFinder.dialog object.
+ * 		// "this" is now a CKEDITOR.dialog object.
  * 		var document = this.getElement().getDocument();
- * 		// document = CKFinder.dom.document
+ * 		// document = CKEDITOR.dom.document
  * 		var element = <b>document.getById( 'myDiv' );</b>
  * 		if ( element )
@@ -759,5 +759,5 @@
  * 		}
  * 	],
- * 	buttons : [ CKFinder.dialog.cancelButton, CKFinder.dialog.okButton ]
+ * 	buttons : [ CKEDITOR.dialog.cancelButton, CKEDITOR.dialog.okButton ]
  * };
  */
