Mercurial > prosody-hg
diff plugins/adhoc/mod_adhoc.lua @ 12387:05c250fa335a
Spelling: Fix various spelling mistakes (thanks timeless)
Words, sometimes I wonder how they even work
Maybe I missed something.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Mon, 07 Mar 2022 00:13:56 +0100 |
| parents | f6661fac7e9a |
| children | 0c1684c65716 |
line wrap: on
line diff
--- a/plugins/adhoc/mod_adhoc.lua Sun Mar 06 15:13:50 2022 +0100 +++ b/plugins/adhoc/mod_adhoc.lua Mon Mar 07 00:13:56 2022 +0100 @@ -91,7 +91,7 @@ local function adhoc_added(event) local item = event.item; - -- Dang this was noicy + -- Dang this was noisy module:log("debug", "Command added by mod_%s: %q, %q", item._provided_by or "<unknown module>", item.name, item.node); commands[item.node] = item; end
