diff options
author | Andrew Dryga <[email protected]> | 2017-02-14 11:28:34 +0200 |
---|---|---|
committer | Andrew Dryga <[email protected]> | 2017-02-14 11:32:54 +0200 |
commit | 4541b1f6c136bd2225ec6a6392454b2e5dddd6e9 (patch) | |
tree | e6fccef407d745956328d8b8d671c5b7281a4b16 /lib/ssh/test/ssh_to_openssh_SUITE.erl | |
parent | ebbab6613789e05283b8d8e25e384acbdff9a173 (diff) | |
download | otp-4541b1f6c136bd2225ec6a6392454b2e5dddd6e9.tar.gz otp-4541b1f6c136bd2225ec6a6392454b2e5dddd6e9.tar.bz2 otp-4541b1f6c136bd2225ec6a6392454b2e5dddd6e9.zip |
Fixed typos in lib/ssh
Diffstat (limited to 'lib/ssh/test/ssh_to_openssh_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_to_openssh_SUITE.erl | 2 |
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} |