From b1ad7ad0ba0cea007f8c5cd265bdd3a15b5978f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Sat, 9 Jan 2010 15:19:48 +0000 Subject: [PATCH] Fix typo in comment. SVN Revision: 2868 --- src/ejabberd_auth_anonymous.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),