mod_pep: Fix typo in comment [codespell]

This commit is contained in:
Kim Alvefur 2022-02-04 16:40:23 +01:00
parent b44f2592ea
commit 52016b89b1

View file

@ -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;