aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_record.erl
diff options
context:
space:
mode:
authorChristian von Roques <[email protected]>2011-08-08 13:01:57 +0200
committerHenrik Nord <[email protected]>2011-08-08 14:47:46 +0200
commit89ca4daa2eb4b928387133b0a9c60f55adea267d (patch)
treedf2b7594c17ed2228c2de39db018488197a6f2be /lib/ssl/src/ssl_record.erl
parentc43247746c9a8713980a07f4ede52c28d7670e02 (diff)
downloadotp-89ca4daa2eb4b928387133b0a9c60f55adea267d.tar.gz
otp-89ca4daa2eb4b928387133b0a9c60f55adea267d.tar.bz2
otp-89ca4daa2eb4b928387133b0a9c60f55adea267d.zip
replace "a ssl" with "an ssl"
Diffstat (limited to 'lib/ssl/src/ssl_record.erl')
-rw-r--r--lib/ssl/src/ssl_record.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl_record.erl b/lib/ssl/src/ssl_record.erl
index 4c3c0b9c58..72091fdd5f 100644
--- a/lib/ssl/src/ssl_record.erl
+++ b/lib/ssl/src/ssl_record.erl
@@ -342,7 +342,7 @@ get_tls_records_aux(<<?BYTE(?CHANGE_CIPHER_SPEC),?BYTE(MajVer),?BYTE(MinVer),
get_tls_records_aux(Rest, [#ssl_tls{type = ?CHANGE_CIPHER_SPEC,
version = {MajVer, MinVer},
fragment = Data} | Acc]);
-%% Matches a ssl v2 client hello message.
+%% Matches an ssl v2 client hello message.
%% The server must be able to receive such messages, from clients that
%% are willing to use ssl v3 or higher, but have ssl v2 compatibility.
get_tls_records_aux(<<1:1, Length0:15, Data0:Length0/binary, Rest/binary>>,