aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/test/ssl_test_lib.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2012-04-10 12:47:44 +0200
committerTuncer Ayaz <[email protected]>2012-07-05 21:34:23 +0200
commit541e986798f525add633b55349168eb1c75aa5cf (patch)
tree5e2cd17468a029c6193d807a74c0177b3e332bc9 /lib/ssl/test/ssl_test_lib.erl
parent8af5bd5e01cef3f0ebb760e9c7e4cea0452a270f (diff)
downloadotp-541e986798f525add633b55349168eb1c75aa5cf.tar.gz
otp-541e986798f525add633b55349168eb1c75aa5cf.tar.bz2
otp-541e986798f525add633b55349168eb1c75aa5cf.zip
Fix various doc typos for R15B02
Diffstat (limited to 'lib/ssl/test/ssl_test_lib.erl')
-rw-r--r--lib/ssl/test/ssl_test_lib.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/test/ssl_test_lib.erl b/lib/ssl/test/ssl_test_lib.erl
index fa8a1826f2..a587f90e43 100644
--- a/lib/ssl/test/ssl_test_lib.erl
+++ b/lib/ssl/test/ssl_test_lib.erl
@@ -150,7 +150,7 @@ run_client(Opts) ->
{ok, Socket} ->
Pid ! { connected, Socket },
test_server:format("Client: connected~n", []),
- %% In specail cases we want to know the client port, it will
+ %% In special cases we want to know the client port, it will
%% be indicated by sending {port, 0} in options list!
send_selected_port(Pid, proplists:get_value(port, Options), Socket),
{Module, Function, Args} = proplists:get_value(mfa, Opts),