plugins/mod_pep_plus.lua
changeset 8731 41c959c5c84b
parent 8699 164da3186511
child 8756 d6373a378b73
--- a/plugins/mod_pep_plus.lua	Thu Apr 05 19:37:32 2018 +0200
+++ b/plugins/mod_pep_plus.lua	Sun Feb 04 01:51:25 2018 +0100
@@ -303,7 +303,7 @@
 end
 
 module:hook("presence/bare", function(event)
-	-- inbound presence to bare JID recieved
+	-- inbound presence to bare JID received
 	local origin, stanza = event.origin, event.stanza;
 	local t = stanza.attr.type;
 	local is_self = not stanza.attr.to;