Changeset

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 12259:57792ed670e7
children 12261:f7946c8e502f
files plugins/mod_pep.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;