# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1626211646 -7200
# Node ID d9499b7bcd54020bb62e0d7b3502e3bd0487fbad
# Parent  f90a337d81a886ceaa8655cbb697ff768179f28e
mod_dialback: Tweak wording in a comment

diff -r f90a337d81a8 -r d9499b7bcd54 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