mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 19:35:36 +02:00
fixed spelling in comments
This commit is contained in:
parent
d352a64f77
commit
b42541e9e8
1 changed files with 3 additions and 4 deletions
|
@ -36,14 +36,13 @@ public interface ITerminalControl {
|
||||||
/**
|
/**
|
||||||
* A shell to show dialogs.
|
* A shell to show dialogs.
|
||||||
* @return the shell in which the terminal is shown.
|
* @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();
|
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
|
* @param text
|
||||||
* TODO: Michael Scharf: Is this really needed? (use {@link #displayTextInTerminal(String)}
|
* TODO: Michael Scharf: Is this really needed?
|
||||||
*/
|
*/
|
||||||
void displayTextInTerminal(String text);
|
void displayTextInTerminal(String text);
|
||||||
|
|
||||||
|
@ -63,7 +62,7 @@ public interface ITerminalControl {
|
||||||
/**
|
/**
|
||||||
* Show an error message during connect.
|
* Show an error message during connect.
|
||||||
* @param msg
|
* @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);
|
void setMsg(String msg);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue