This commit is contained in:
Dmitry Avdeev
2012-05-02 15:33:15 +04:00
parent f00c415300
commit ddfe5696d3
@@ -77,7 +77,7 @@ public interface FileEditor extends UserDataHolder, Disposable {
void setState(@NotNull FileEditorState state);
/**
* @return whether the editor's content is modified in comparision with its file.
* @return whether the editor's content is modified in comparison with its file.
*/
boolean isModified();