plugins/mod_blocklist.lua
changeset 9997 02a41315d275
parent 9251 1d6a2cc389eb
child 10057 4b2cc8a60449
--- a/plugins/mod_blocklist.lua	Fri May 03 18:14:14 2019 +0200
+++ b/plugins/mod_blocklist.lua	Fri May 03 20:54:24 2019 +0200
@@ -159,7 +159,7 @@
 	local blocklist = cache[username] or get_blocklist(username);
 
 	local new_blocklist = {
-		-- We set the [false] key to someting as a signal not to migrate privacy lists
+		-- We set the [false] key to something as a signal not to migrate privacy lists
 		[false] = blocklist[false] or { created = now; };
 	};
 	if type(blocklist[false]) == "table" then