aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_connection.erl
diff options
context:
space:
mode:
authorAndrew Dryga <[email protected]>2017-02-14 11:28:43 +0200
committerAndrew Dryga <[email protected]>2017-02-14 11:32:55 +0200
commitf02546eb5c8e1794cf0c4559a046946ff3ebb8d4 (patch)
tree04a91853805f48e279f88f34d0e32ca11e451d1b /lib/ssl/src/ssl_connection.erl
parent4541b1f6c136bd2225ec6a6392454b2e5dddd6e9 (diff)
downloadotp-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.erl2
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;