Fix TLS handshake typo

This commit is contained in:
Alex Harford 2019-12-06 15:17:50 -08:00
parent df0ac45002
commit 21e91a1a48
No known key found for this signature in database
GPG Key ID: 6CDDEE27507C4FCB
1 changed files with 1 additions and 1 deletions

View File

@ -1344,7 +1344,7 @@ func (c *Conn) Handshake() error {
if c.handshakeErr == nil {
c.handshakes++
} else {
// If an error occurred during the hadshake try to flush the
// If an error occurred during the handshake try to flush the
// alert that might be left in the buffer.
c.flush()
}