diff plugins/mod_pep.lua @ 12260:e729c994e7c7

mod_pep: Fix typo in comment [codespell]
author Kim Alvefur <zash@zash.se>
date Fri, 04 Feb 2022 16:40:23 +0100
parents 5173f8a761a0
children 31b22cc221b5
line wrap: on
line diff
--- 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;