Fix a typo in comment :)

This commit is contained in:
Evgeniy Khramtsov 2017-12-24 12:53:50 +03:00
parent 6dca89f616
commit 9ba471e210
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ set_certfile(Opts) ->
listen_opt_type(certfile) ->
fun(S) ->
%% We cannot deprecate the option for now:
%% I think STUN/TURN clients are too stupid to set SNI
%% I think SIP clients are too stupid to set SNI
ejabberd_pkix:add_certfile(S),
iolist_to_binary(S)
end;