From ddfe5696d3d47ab2a2c73d4576b0402c4ee253d3 Mon Sep 17 00:00:00 2001 From: Dmitry Avdeev Date: Wed, 2 May 2012 13:01:50 +0400 Subject: [PATCH] typo --- .../src/com/intellij/openapi/fileEditor/FileEditor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditor.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditor.java index 9d4b1f4c4315..f22010baa31a 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditor.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditor.java @@ -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();