Software /
code /
prosody
Diff
plugins/mod_pep_plus.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 | 8696:164da3186511 |
child | 8753:d6373a378b73 |
line wrap: on
line diff
--- 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;