summaryrefslogtreecommitdiff
path: root/platform/editor-ui-api/src/com/intellij/openapi/editor/EditorSettings.java
diff options
context:
space:
mode:
Diffstat (limited to 'platform/editor-ui-api/src/com/intellij/openapi/editor/EditorSettings.java')
-rw-r--r--platform/editor-ui-api/src/com/intellij/openapi/editor/EditorSettings.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/editor-ui-api/src/com/intellij/openapi/editor/EditorSettings.java b/platform/editor-ui-api/src/com/intellij/openapi/editor/EditorSettings.java
index ded01c0e3bd2..70107ad1c044 100644
--- a/platform/editor-ui-api/src/com/intellij/openapi/editor/EditorSettings.java
+++ b/platform/editor-ui-api/src/com/intellij/openapi/editor/EditorSettings.java
@@ -1,4 +1,4 @@
-// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
+// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.openapi.editor;
import com.intellij.lang.Language;
@@ -40,7 +40,7 @@ public interface EditorSettings {
/**
* Explicitly sets soft margins (visual indent guides) to be used in the editor instead of obtaining them from code style settings via
* {@code CodeStyleSettings.getSoftMargins()} method. It is important to distinguish and empty list from {@code null} value: the first
- * will define no soft margins for the eidtor while the latter will restore the default behavior of using them from code style settings.
+ * will define no soft margins for the editor while the latter will restore the default behavior of using them from code style settings.
* @param softMargins A list of soft margins or {@code null} to use margins from code style settings.
*/
void setSoftMargins(@Nullable List<Integer> softMargins);