diff --git a/src/ejabberd_auth_anonymous.erl b/src/ejabberd_auth_anonymous.erl index 220f031f2..fc9d46394 100644 --- a/src/ejabberd_auth_anonymous.erl +++ b/src/ejabberd_auth_anonymous.erl @@ -144,7 +144,7 @@ allow_multiple_connections(Host) when is_list(Host) -> %% @spec (User, Server) -> bool() %% User = string() %% Server = string() -%% @doc Check if user exist in the anonymus database. +%% @doc Check if user exist in the anonymous database. anonymous_user_exist(User, Server) when is_list(User), is_list(Server) -> LUser = exmpp_stringprep:nodeprep(User),