# HG changeset patch # User Kim Alvefur # Date 1544296091 -3600 # Node ID 1745021c0a73eb23442121d042e8f70147e3039a # Parent 4cf65afd90f4b93a891a42d56b444d0585935e34 mod_minimix: Fix typo in comment diff -r 4cf65afd90f4 -r 1745021c0a73 mod_minimix/mod_minimix.lua --- a/mod_minimix/mod_minimix.lua Thu Dec 06 16:57:01 2018 +0000 +++ b/mod_minimix/mod_minimix.lua Sat Dec 08 20:08:11 2018 +0100 @@ -64,7 +64,7 @@ origin.send(st.reply(stanza)); return true; elseif stanza.attr.type == nil and origin.joined_rooms and origin.joined_rooms[room_jid] then - return true; -- Supress these + return true; -- Suppress these end end);