plugins/mod_mam/mod_mam.lua
changeset 10746 70b7c8f3d32d
parent 10745 27f1fcd85ccd
child 10747 3967cf10de1b
--- 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