From 9ba471e210abb3c08b5c7b3b5cd2373be32c0e0c Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Sun, 24 Dec 2017 12:53:50 +0300 Subject: [PATCH] Fix a typo in comment :) --- src/ejabberd_sip.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ejabberd_sip.erl b/src/ejabberd_sip.erl index ffd5c059a..91a5839bc 100644 --- a/src/ejabberd_sip.erl +++ b/src/ejabberd_sip.erl @@ -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;