Diff

plugins/mod_pep.lua @ 8728:41c959c5c84b

Fix spelling throughout the codebase [codespell]
author Kim Alvefur <zash@zash.se>
date Sun, 04 Feb 2018 01:51:25 +0100
parent 8330:8d5c2eef1654
child 8965:1cc5ea1df5ba
line wrap: on
line diff
--- a/plugins/mod_pep.lua	Thu Apr 05 19:37:32 2018 +0200
+++ b/plugins/mod_pep.lua	Sun Feb 04 01:51:25 2018 +0100
@@ -117,7 +117,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 user = stanza.attr.to or (origin.username..'@'..origin.host);
 	local t = stanza.attr.type;