# HG changeset patch # User Kim Alvefur # Date 1643989223 -3600 # Node ID e729c994e7c7288c48ba150b73c2c7ea2d488396 # Parent 57792ed670e7c7bc6185aac22938d3f9eef4fb2f mod_pep: Fix typo in comment [codespell] diff -r 57792ed670e7 -r e729c994e7c7 plugins/mod_pep.lua --- a/plugins/mod_pep.lua Fri Feb 04 16:39:35 2022 +0100 +++ b/plugins/mod_pep.lua Fri Feb 04 16:40:23 2022 +0100 @@ -193,7 +193,7 @@ 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;