Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/InsertLineAction.java')
-rw-r--r--org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/InsertLineAction.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/InsertLineAction.java b/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/InsertLineAction.java
index 19bee8351e8..5a09a13ed0c 100644
--- a/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/InsertLineAction.java
+++ b/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/InsertLineAction.java
@@ -77,7 +77,7 @@ public class InsertLineAction extends TextEditorAction {
*/
public void run() {
/*
- * Implemenation note: instead of computing any indentations needed
+ * Implementation note: instead of computing any indentations needed
* (which we can't at this generic level), we simply insert a new
* line delimiter either at the end of the current line (normal) or
* the end of the previous line (reverse). By operating directly on

Back to the top