aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/test/ssl_test_lib.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssl/test/ssl_test_lib.erl')
-rw-r--r--lib/ssl/test/ssl_test_lib.erl4
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} ->