[Pkg-privacy-commits] [irssi-plugin-otr] 254/267: Fix: typo in notice message of SMP event

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:41:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository irssi-plugin-otr.

commit 640e98c74b5b1f4beda53bebb753c2cbf564fb48
Author: David Goulet <dgoulet at ev0ke.net>
Date:   Mon Oct 7 09:59:01 2013 -0400

    Fix: typo in notice message of SMP event
    
    Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
 src/otr-ops.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/otr-ops.c b/src/otr-ops.c
index f90d932..3929d20 100644
--- a/src/otr-ops.c
+++ b/src/otr-ops.c
@@ -298,7 +298,7 @@ static void ops_smp_event(void *opdata, OtrlSMPEvent smp_event,
 		otr_status_change(irssi, from, OTR_STATUS_SMP_INCOMING);
 		break;
 	case OTRL_SMPEVENT_IN_PROGRESS:
-		IRSSI_NOTICE(irssi, from, "%9%s%9 replied to our auth request",
+		IRSSI_NOTICE(irssi, from, "%9%s%9 replied to your auth request",
 				from);
 		otr_status_change(irssi, from, OTR_STATUS_SMP_FINALIZE);
 		break;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/irssi-plugin-otr.git



More information about the Pkg-privacy-commits mailing list