doc: Fix typo

This commit is contained in:
David Hoover 2019-02-20 16:40:57 -08:00 committed by ZHANG Dapeng
parent 86f974333e
commit d44d015c44
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ final class ProtocolNegotiators {
} else {
/*
* Implementation note: We pick -1 as the port here rather than deriving it from the
* original socket address. The SSL engine doens't use this port number when contacting the
* original socket address. The SSL engine doesn't use this port number when contacting the
* remote server, but rather it is used for other things like SSL Session caching. When an
* invalid authority is provided (like "bad_cert"), picking the original port and passing it
* in would mean that the port might used under the assumption that it was correct. By