Changeset

10742:70b7c8f3d32d

mod_mam: Fix typo in comment If it is with a body then it execution does not get this far
author Kim Alvefur <zash@zash.se>
date Tue, 21 Apr 2020 23:06:55 +0200
parents 10741:27f1fcd85ccd
children 10743:3967cf10de1b
files plugins/mod_mam/mod_mam.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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