# HG changeset patch # User Kim Alvefur # Date 1587503215 -7200 # Node ID 70b7c8f3d32da41fea45e50b39cf86ef196d3cee # Parent 27f1fcd85ccd458415a18ba055ec4e93f7d79a54 mod_mam: Fix typo in comment If it is with a body then it execution does not get this far diff -r 27f1fcd85ccd -r 70b7c8f3d32d plugins/mod_mam/mod_mam.lua --- a/plugins/mod_mam/mod_mam.lua Tue Apr 21 19:41:43 2020 +0200 +++ b/plugins/mod_mam/mod_mam.lua Tue Apr 21 23:06:55 2020 +0200 @@ -288,7 +288,7 @@ return true, "body"; end if stanza:get_child("subject") then - -- XXX Who would send a message with a subject but with a body? + -- XXX Who would send a message with a subject but without a body? return true, "subject"; end if stanza:get_child("encryption", "urn:xmpp:eme:0") then