Mercurial > prosody-hg
diff plugins/mod_blocklist.lua @ 9993:02a41315d275
Fix various spelling mistakes [codespell]
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 03 May 2019 20:54:24 +0200 |
| parents | 1d6a2cc389eb |
| children | 4b2cc8a60449 |
line wrap: on
line diff
--- 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
