aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_transport.erl
diff options
context:
space:
mode:
authorAndrew Dryga <[email protected]>2017-02-14 11:28:34 +0200
committerAndrew Dryga <[email protected]>2017-02-14 11:32:54 +0200
commit4541b1f6c136bd2225ec6a6392454b2e5dddd6e9 (patch)
treee6fccef407d745956328d8b8d671c5b7281a4b16 /lib/ssh/src/ssh_transport.erl
parentebbab6613789e05283b8d8e25e384acbdff9a173 (diff)
downloadotp-4541b1f6c136bd2225ec6a6392454b2e5dddd6e9.tar.gz
otp-4541b1f6c136bd2225ec6a6392454b2e5dddd6e9.tar.bz2
otp-4541b1f6c136bd2225ec6a6392454b2e5dddd6e9.zip
Fixed typos in lib/ssh
Diffstat (limited to 'lib/ssh/src/ssh_transport.erl')
-rw-r--r--lib/ssh/src/ssh_transport.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_transport.erl b/lib/ssh/src/ssh_transport.erl
index 5d178a202d..a17ad560d1 100644
--- a/lib/ssh/src/ssh_transport.erl
+++ b/lib/ssh/src/ssh_transport.erl
@@ -481,7 +481,7 @@ handle_kex_dh_gex_request(#ssh_msg_kex_dh_gex_request_old{n = NBits},
%% This message was in the draft-00 of rfc4419
%% (https://tools.ietf.org/html/draft-ietf-secsh-dh-group-exchange-00)
%% In later drafts and the rfc is "is used for backward compatibility".
- %% Unfortunatly the rfc does not specify how to treat the parameter n
+ %% Unfortunately the rfc does not specify how to treat the parameter n
%% if there is no group of that modulus length :(
%% The draft-00 however specifies that n is the "... number of bits
%% the subgroup should have at least".