Skip to content

Commit

Permalink
Merge pull request #3621 from esl/listener_typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
chrzaszcz authored Apr 1, 2022
2 parents 237ecb2 + 97d55e6 commit d5d115b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ejabberd_listener.erl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ start_listeners() ->
end, Ls),
{ok, {{one_for_one, 10, 1}, Ls2}}.

-spec start_listener(mongoose_listenet_config:listener()) -> {'error', pid()} | {'ok', _}.
-spec start_listener(mongoose_listener_config:listener()) -> {'error', pid()} | {'ok', _}.
start_listener(Opts = #{module := Module}) ->
try
%% It is only required to start the supervisor in some cases.
Expand Down

0 comments on commit d5d115b

Please sign in to comment.