diff options
author | Henrik Nord <[email protected]> | 2012-02-16 12:17:29 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2012-02-16 12:17:37 +0100 |
commit | ce5a7298260d97b6d8aadc4eab016fd2ebbe1a02 (patch) | |
tree | 8fac04d3aaf5f2fc9c53131d66b968dcbc81bdd3 /lib/ssl/test/ssl_basic_SUITE.erl | |
parent | 6077599253e275f86ccab155bbb7082fa5253e4b (diff) | |
parent | bc330f609b6ff751eefff4113d54f856832c3f30 (diff) | |
download | otp-ce5a7298260d97b6d8aadc4eab016fd2ebbe1a02.tar.gz otp-ce5a7298260d97b6d8aadc4eab016fd2ebbe1a02.tar.bz2 otp-ce5a7298260d97b6d8aadc4eab016fd2ebbe1a02.zip |
Merge branch 'rc/spell-registered' into maint
* rc/spell-registered:
Correct spelling of "registered" in various places in the source code
OTP-9925
Diffstat (limited to 'lib/ssl/test/ssl_basic_SUITE.erl')
-rw-r--r-- | lib/ssl/test/ssl_basic_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/test/ssl_basic_SUITE.erl b/lib/ssl/test/ssl_basic_SUITE.erl index 0059a1e1ec..590ecf33ca 100644 --- a/lib/ssl/test/ssl_basic_SUITE.erl +++ b/lib/ssl/test/ssl_basic_SUITE.erl @@ -4025,7 +4025,7 @@ renegotiate(Socket, Data) -> end. renegotiate_reuse_session(Socket, Data) -> - %% Make sure session is registerd + %% Make sure session is registered test_server:sleep(?SLEEP), renegotiate(Socket, Data). |