24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

Fix typo in comment.

SVN Revision: 2868
This commit is contained in:
Mickaël Rémond 2010-01-09 15:19:48 +00:00
parent 0537eea929
commit b1ad7ad0ba

View File

@ -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),