Fix typo in debug message

This commit is contained in:
Holger Weiss 2015-02-08 23:49:17 +01:00
parent ed502673f4
commit 7fd7e53e4a
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ do_route(From, To, #xmlel{} = Packet) ->
?ERR_SERVICE_UNAVAILABLE),
ejabberd_router:route(To, From, Err)
end;
_ -> ?DEBUG("packet droped~n", [])
_ -> ?DEBUG("packet dropped~n", [])
end;
Ss ->
Session = lists:max(Ss),