Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
IngelaAndin authored and Erlang/OTP committed Apr 8, 2010
1 parent e84e8a4 commit 91bec64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ssl/test/ssl_test_lib.erl
Expand Up @@ -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} ->
Expand Down

0 comments on commit 91bec64

Please sign in to comment.