mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
mod_pep: Fix typo in comment [codespell]
This commit is contained in:
parent
b44f2592ea
commit
52016b89b1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue