8217795: Typo in SSLSocket

Reviewed-by: xuelei
This commit is contained in:
Jaikiran Pai 2019-01-25 07:56:42 -08:00 committed by Xue-Lei Andrew Fan
parent 466a955633
commit 55d96ac4c1

View File

@ -135,7 +135,7 @@ import java.util.function.BiFunction;
* applications should each close both sides of their respective connection.
* For {@code SSLSocket} objects, for example, an application can call
* {@link Socket#shutdownOutput()} or {@link java.io.OutputStream#close()}
* for output strean close and call {@link Socket#shutdownInput()} or
* for output stream close and call {@link Socket#shutdownInput()} or
* {@link java.io.InputStream#close()} for input stream close. Note that
* in some cases, closing the input stream may depend on the peer's output
* stream being closed first. If the connection is not closed in an orderly