From a94ca4263a1bee75db09629fbf5e8d9dbf73e949 Mon Sep 17 00:00:00 2001 From: Michael Scharf Date: Fri, 4 May 2007 22:13:48 +0000 Subject: [PATCH] fixed spelling in comments --- .../src/org/eclipse/tm/terminal/ITerminalControl.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/terminal/ITerminalControl.java b/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/terminal/ITerminalControl.java index a34830b3e3a..63e67a7b8af 100644 --- a/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/terminal/ITerminalControl.java +++ b/terminal/org.eclipse.tm.terminal/src/org/eclipse/tm/terminal/ITerminalControl.java @@ -36,14 +36,13 @@ public interface ITerminalControl { /** * A shell to show dialogs. * @return the shell in which the terminal is shown. - * TODO: Michael Scharf: it's not clear to me what the meaning of the open state is */ Shell getShell(); /** - * Show a text in the terminal. If pots newlines at the beginning and the end. + * Show a text in the terminal. If puts newlines at the beginning and the end. * @param text - * TODO: Michael Scharf: Is this really needed? (use {@link #displayTextInTerminal(String)} + * TODO: Michael Scharf: Is this really needed? */ void displayTextInTerminal(String text); @@ -63,7 +62,7 @@ public interface ITerminalControl { /** * Show an error message during connect. * @param msg - * TODO: Michael Scharf: Should be replaced by a better error notification mechansim! + * TODO: Michael Scharf: Should be replaced by a better error notification mechanism! */ void setMsg(String msg);