diff options
author | Andrew Dryga <[email protected]> | 2017-02-14 11:28:43 +0200 |
---|---|---|
committer | Andrew Dryga <[email protected]> | 2017-02-14 11:32:55 +0200 |
commit | f02546eb5c8e1794cf0c4559a046946ff3ebb8d4 (patch) | |
tree | 04a91853805f48e279f88f34d0e32ca11e451d1b /lib/ssl/src/tls_handshake.erl | |
parent | 4541b1f6c136bd2225ec6a6392454b2e5dddd6e9 (diff) | |
download | otp-f02546eb5c8e1794cf0c4559a046946ff3ebb8d4.tar.gz otp-f02546eb5c8e1794cf0c4559a046946ff3ebb8d4.tar.bz2 otp-f02546eb5c8e1794cf0c4559a046946ff3ebb8d4.zip |
Fixed typos in lib/ssl
Diffstat (limited to 'lib/ssl/src/tls_handshake.erl')
-rw-r--r-- | lib/ssl/src/tls_handshake.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/tls_handshake.erl b/lib/ssl/src/tls_handshake.erl index 2800ee6537..8e84658f43 100644 --- a/lib/ssl/src/tls_handshake.erl +++ b/lib/ssl/src/tls_handshake.erl @@ -88,7 +88,7 @@ client_hello(Host, Port, ConnectionStates, #hello_extensions{}, {ssl_cipher:hash(), ssl_cipher:sign_algo()} | undefined} | #alert{}. %% -%% Description: Handles a recieved hello message +%% Description: Handles a received hello message %%-------------------------------------------------------------------- hello(#server_hello{server_version = Version, random = Random, cipher_suite = CipherSuite, |