Fix Edoc typo

This commit is contained in:
Badlop 2010-06-25 00:03:38 +02:00
parent b2eb9bc512
commit 7d96d831c1
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ get_special_displayed_groups(GroupsOpts) ->
%% Given a username and server, and a list of group names with options,
%% for the list of groups of that server that user is member
%% get the list of groups displayed
%% @spec (LUser::string(), LServer::string(), GroupOpts::[{GroupName::string(), [Opts]]) -> [{GroupName::string(), Opts}]
%% @spec (LUser::string(), LServer::string(), GroupOpts::[{GroupName::string(), [Opt]}]) -> [{GroupName::string(), [Opt]}]
get_user_displayed_groups(LUser, LServer, GroupsOpts) ->
Groups = case catch mnesia:dirty_read(sr_user, {LUser, LServer}) of
Rs when is_list(Rs) ->