aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test
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/test
parentebbab6613789e05283b8d8e25e384acbdff9a173 (diff)
downloadotp-4541b1f6c136bd2225ec6a6392454b2e5dddd6e9.tar.gz
otp-4541b1f6c136bd2225ec6a6392454b2e5dddd6e9.tar.bz2
otp-4541b1f6c136bd2225ec6a6392454b2e5dddd6e9.zip
Fixed typos in lib/ssh
Diffstat (limited to 'lib/ssh/test')
-rw-r--r--lib/ssh/test/ssh_to_openssh_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_to_openssh_SUITE.erl b/lib/ssh/test/ssh_to_openssh_SUITE.erl
index 86c3d5de26..425b4d20f2 100644
--- a/lib/ssh/test/ssh_to_openssh_SUITE.erl
+++ b/lib/ssh/test/ssh_to_openssh_SUITE.erl
@@ -442,7 +442,7 @@ erlang_server_openssh_client_renegotiate(Config) ->
ssh_test_lib:rcv_expected(Expect, OpenSsh, ?TIMEOUT)
of
_ ->
- %% Unfortunatly we can't check that there has been a renegotiation, just trust OpenSSH.
+ %% Unfortunately we can't check that there has been a renegotiation, just trust OpenSSH.
ssh:stop_daemon(Pid)
catch
throw:{skip,R} -> {skip,R}