diff options
author | Kim Alvefur <zash@zash.se> | 2018-02-04 01:51:25 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-02-04 01:51:25 +0100 |
commit | 3ec060fc0c140fa5f7fb09b3d64d715559dd54be (patch) | |
tree | 284e796694d96d55a3f24db148b6f95290c768fe /plugins/mod_pep_plus.lua | |
parent | 6f6e04b6c6c9e934d2837c353aeccb0617c414e9 (diff) | |
download | prosody-3ec060fc0c140fa5f7fb09b3d64d715559dd54be.tar.gz prosody-3ec060fc0c140fa5f7fb09b3d64d715559dd54be.zip |
Fix spelling throughout the codebase [codespell]
Diffstat (limited to 'plugins/mod_pep_plus.lua')
-rw-r--r-- | plugins/mod_pep_plus.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_pep_plus.lua b/plugins/mod_pep_plus.lua index d1c62357..083b96b1 100644 --- a/plugins/mod_pep_plus.lua +++ b/plugins/mod_pep_plus.lua @@ -303,7 +303,7 @@ local function update_subscriptions(recipient, service_name, nodes) 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; |