diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_presence.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_presence.lua b/plugins/mod_presence.lua index e59b5c6e..4889838d 100644 --- a/plugins/mod_presence.lua +++ b/plugins/mod_presence.lua @@ -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;
|