mod_push_mnesia: Fix typo in error message

This commit is contained in:
Holger Weiss 2017-09-22 23:36:51 +02:00
parent 5882c9b456
commit 692ccd2e20
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ delete_session(LUser, LServer, TS) ->
{atomic, ok} ->
ok;
{aborted, E} ->
?ERROR_MSG("Cannot delete push seesion of ~s@~s: ~p",
?ERROR_MSG("Cannot delete push session of ~s@~s: ~p",
[LUser, LServer, E]),
error
end.