mod_pep: Fix typo in comment [codespell]
authorKim Alvefur <zash@zash.se>
Fri, 04 Feb 2022 16:40:23 +0100
changeset 12264 e729c994e7c7
parent 12263 57792ed670e7
child 12265 f7946c8e502f
mod_pep: Fix typo in comment [codespell]
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;