mod_presence: Fix a comment

This commit is contained in:
Waqas Hussain 2009-06-02 15:58:19 +05:00
parent 462c308e8d
commit fca2512650

View file

@ -273,7 +273,7 @@ module.unload = function()
end
local outbound_presence_handler = function(data)
-- outbound presence to full JID recieved
-- outbound presence to recieved
local origin, stanza = data.origin, data.stanza;
local t = stanza.attr.type;