diff options
author | Kim Alvefur <zash@zash.se> | 2022-02-04 16:40:23 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-02-04 16:40:23 +0100 |
commit | 52016b89b1f80389fe24de987309b54d9a78d9d1 (patch) | |
tree | 4584a248ab37297f858f5699180017acd8f6d9ed /plugins | |
parent | b44f2592ea41bd1a0e098a116d94f50b64d2c36d (diff) | |
download | prosody-52016b89b1f80389fe24de987309b54d9a78d9d1.tar.gz prosody-52016b89b1f80389fe24de987309b54d9a78d9d1.zip |
mod_pep: Fix typo in comment [codespell]
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_pep.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_pep.lua b/plugins/mod_pep.lua index 55b2d020..71e45e7c 100644 --- a/plugins/mod_pep.lua +++ b/plugins/mod_pep.lua @@ -193,7 +193,7 @@ local function get_subscriber_filter(username) end -- Read-only service with no nodes where nobody is allowed anything to act as a --- fallback for interactions with non-existant users +-- fallback for interactions with non-existent users local nobody_service = pubsub.new({ node_defaults = { ["max_items"] = 1; |