diff options
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; |