dovecot-2.2: replication plugin: s/transction/transaction/ in de...

dovecot at dovecot.org dovecot at dovecot.org
Fri May 15 18:38:08 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/0b13bfe5d09b
changeset: 18712:0b13bfe5d09b
user:      Timo Sirainen <tss at iki.fi>
date:      Fri May 15 21:36:07 2015 +0300
description:
replication plugin: s/transction/transaction/ in debug log messages

diffstat:

 src/plugins/replication/replication-plugin.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 2336a3127a0f -r 0b13bfe5d09b src/plugins/replication/replication-plugin.c
--- a/src/plugins/replication/replication-plugin.c	Fri May 15 16:50:27 2015 +0300
+++ b/src/plugins/replication/replication-plugin.c	Fri May 15 21:36:07 2015 +0300
@@ -260,7 +260,7 @@
 		priority = !ctx->new_messages ? REPLICATION_PRIORITY_LOW :
 			ruser->sync_secs == 0 ? REPLICATION_PRIORITY_HIGH :
 			REPLICATION_PRIORITY_SYNC;
-		replication_notify(ctx->ns, priority, "transction commit");
+		replication_notify(ctx->ns, priority, "transaction commit");
 	}
 	i_free(ctx);
 }


More information about the dovecot-cvs mailing list