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/ssl_connection.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/ssl_connection.erl')
-rw-r--r-- | lib/ssl/src/ssl_connection.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl_connection.erl b/lib/ssl/src/ssl_connection.erl index 4fbac4cad3..0c17891fbc 100644 --- a/lib/ssl/src/ssl_connection.erl +++ b/lib/ssl/src/ssl_connection.erl @@ -1017,7 +1017,7 @@ terminate(_, _, #state{terminated = true}) -> %% Happens when user closes the connection using ssl:close/1 %% we want to guarantee that Transport:close has been called %% when ssl:close/1 returns unless it is a downgrade where - %% we want to guarantee that close alert is recived before + %% we want to guarantee that close alert is received before %% returning. In both cases terminate has been run manually %% before run by gen_statem which will end up here ok; |