mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 10:25:32 +02:00
Fix typo in Javadoc
This commit is contained in:
parent
3660ff71e9
commit
4911ba3872
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import java.io.PrintWriter;
|
||||||
* a running ssh shell channel.
|
* a running ssh shell channel.
|
||||||
*
|
*
|
||||||
* A separate Thread is needed because the PipedInputStream
|
* A separate Thread is needed because the PipedInputStream
|
||||||
* used by ssh requirs that the writing end of the Pipe be
|
* used by ssh requires that the writing end of the Pipe be
|
||||||
* a Thread that remains alive during the entire lifetime
|
* a Thread that remains alive during the entire lifetime
|
||||||
* of the shell.
|
* of the shell.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue