mod_dialback: Tweak wording in a comment
authorKim Alvefur <zash@zash.se>
Tue, 13 Jul 2021 23:27:26 +0200
changeset 11683 d9499b7bcd54
parent 11682 f90a337d81a8
child 11684 a3d3fb9d0d43
mod_dialback: Tweak wording in a comment
plugins/mod_dialback.lua
--- a/plugins/mod_dialback.lua	Tue Jul 13 15:04:34 2021 +0200
+++ b/plugins/mod_dialback.lua	Tue Jul 13 23:27:26 2021 +0200
@@ -77,7 +77,7 @@
 	local origin, stanza = event.origin, event.stanza;
 
 	if origin.type == "s2sin_unauthed" or origin.type == "s2sin" then
-		-- he wants to be identified through dialback
+		-- They want to be identified through dialback
 		-- We need to check the key with the Authoritative server
 		local attr = stanza.attr;
 		if not attr.to or not attr.from then