Преглед на файлове

Fixed spelling mistakes in class comment.

Alexander Nyßen преди 14 години
родител
ревизия
7a01f69735

+ 2 - 2
de.itemis.xtext.utils/plugins/de.itemis.xtext.utils.jface/src/de/itemis/xtext/utils/jface/viewers/XtextCellEditor.java

@@ -30,8 +30,8 @@ import org.eclipse.xtext.validation.Issue;
 import com.google.inject.Injector;
 
 /**
- * This class integrates xText Features into a {@link CellEditor} and can be used i.E. in 
- * jface {@link StructuredViewer}s or in GMF EditParts via DirectEditManager.
+ * This class integrates Xtext features into a {@link CellEditor} and can be used e.g. in 
+ * jFace {@link StructuredViewer}s or in GMF EditParts via DirectEditManager.
  * 
  * The current implementation supports, code completion, syntax highlighting and validation
  *