diff options
author | Ingela Anderton Andin <[email protected]> | 2010-04-08 09:05:34 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-04-08 09:05:34 +0000 |
commit | 91bec6434c3432f84bea5d3c234a0f5bbbf866f2 (patch) | |
tree | 43ac7e3f0c25b6ab348fb1d3b8a14a1db07278ac /lib/ssl/test | |
parent | e84e8a42a1ad4025156b5ae8926575c7f08fadb6 (diff) | |
download | otp-91bec6434c3432f84bea5d3c234a0f5bbbf866f2.tar.gz otp-91bec6434c3432f84bea5d3c234a0f5bbbf866f2.tar.bz2 otp-91bec6434c3432f84bea5d3c234a0f5bbbf866f2.zip |
Fixed comment
Diffstat (limited to 'lib/ssl/test')
-rw-r--r-- | lib/ssl/test/ssl_test_lib.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssl/test/ssl_test_lib.erl b/lib/ssl/test/ssl_test_lib.erl index ee799c50c8..51a8e1a95c 100644 --- a/lib/ssl/test/ssl_test_lib.erl +++ b/lib/ssl/test/ssl_test_lib.erl @@ -452,9 +452,9 @@ trigger_renegotiate(Socket, _, 0, Id) -> %% from openssl this may not be %% an error! fail_session_not_renegotiated; - %% Tests that uses this function will no reuse + %% Tests that uses this function will not reuse %% sessions so if we get a new session id the - %% renegotiation has seceded. + %% renegotiation has succeeded. [{session_id, _} | _ ] -> ok; {error, closed} -> |