aboutsummaryrefslogtreecommitdiff
path: root/src/mod_last.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_last.erl')
-rw-r--r--src/mod_last.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_last.erl b/src/mod_last.erl
index 5e621726f..2b17d9d07 100644
--- a/src/mod_last.erl
+++ b/src/mod_last.erl
@@ -175,7 +175,7 @@ store_last_info(User, Server, TimeStamp, Status) ->
mnesia:transaction(F).
%% @spec (LUser::string(), LServer::string()) ->
-%% {ok, Timestamp::integer(), Status::string()} | not_found
+%% {ok, TimeStamp::integer(), Status::string()} | not_found
get_last_info(LUser, LServer) ->
case catch mnesia:dirty_read(last_activity, {LUser, LServer}) of
{'EXIT', _Reason} ->