diff options
author | Hans Nilsson <[email protected]> | 2018-02-22 15:31:09 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-02-27 16:22:21 +0100 |
commit | 6ecc0d6242af58d0d8abe6914e7969201e0ac67d (patch) | |
tree | 24447b1f1e43e24521a2118d7b76cb99be491634 /lib | |
parent | 7c28aad0482b69f5fcf2fdea7a48b8db0dd9d81d (diff) | |
download | otp-6ecc0d6242af58d0d8abe6914e7969201e0ac67d.tar.gz otp-6ecc0d6242af58d0d8abe6914e7969201e0ac67d.tar.bz2 otp-6ecc0d6242af58d0d8abe6914e7969201e0ac67d.zip |
ssh: Misspelling in test suite
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh/test/ssh_basic_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_basic_SUITE.erl b/lib/ssh/test/ssh_basic_SUITE.erl index 202b0afe57..5d5591194b 100644 --- a/lib/ssh/test/ssh_basic_SUITE.erl +++ b/lib/ssh/test/ssh_basic_SUITE.erl @@ -1491,7 +1491,7 @@ new_do_shell(IO, N, Ops=[{Order,Arg}|More]) -> ct:fail("*** Expected ~p, but got ~p",[string:strip(ExpStr),RecStr]) end after 30000 -> - ct:log("Meassage queue of ~p:~n~p", + ct:log("Message queue of ~p:~n~p", [self(), erlang:process_info(self(), messages)]), case Order of expect -> ct:fail("timeout, expected ~p",[string:strip(Arg)]); |