Javadoc: fix spelling.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1558036 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-01-14 13:50:21 +00:00
parent af2b0d92b5
commit 061640e557
2 changed files with 2 additions and 2 deletions

View File

@ -481,7 +481,7 @@ public class SSLSocketFactory implements LayeredConnectionSocketFactory, SchemeL
* Performs any custom initialization for a newly created SSLSocket
* (before the SSL handshake happens).
*
* The default implementation is a no-op, but could be overriden to, e.g.,
* The default implementation is a no-op, but could be overridden to, e.g.,
* call {@link SSLSocket#setEnabledCipherSuites(java.lang.String[])}.
*
* @since 4.2

View File

@ -212,7 +212,7 @@ public class SSLConnectionSocketFactory implements LayeredConnectionSocketFactor
* Performs any custom initialization for a newly created SSLSocket
* (before the SSL handshake happens).
*
* The default implementation is a no-op, but could be overriden to, e.g.,
* The default implementation is a no-op, but could be overridden to, e.g.,
* call {@link javax.net.ssl.SSLSocket#setEnabledCipherSuites(String[])}.
*/
protected void prepareSocket(final SSLSocket socket) throws IOException {