1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

fixed spelling in comments

This commit is contained in:
Michael Scharf 2007-05-04 22:13:48 +00:00
parent 808665d9f4
commit a94ca4263a

View file

@ -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);