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

Fix typo in Javadoc

This commit is contained in:
Martin Oberhuber 2007-08-03 14:25:56 +00:00
parent 3660ff71e9
commit 4911ba3872

View file

@ -18,7 +18,7 @@ import java.io.PrintWriter;
* a running ssh shell channel.
*
* 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
* of the shell.
*/