[dovecot-cvs] dovecot: Typofix: transction -> transaction

dovecot at dovecot.org dovecot at dovecot.org
Tue May 22 21:24:19 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/6c61d716274b
changeset: 5647:6c61d716274b
user:      Timo Sirainen <tss at iki.fi>
date:      Tue May 22 20:40:13 2007 +0300
description:
Typofix: transction -> transaction

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-storage/index/mbox/mbox-sync.c |    2 +-

diffs (12 lines):

diff -r bc3652a97a0f -r 6c61d716274b src/lib-storage/index/mbox/mbox-sync.c
--- a/src/lib-storage/index/mbox/mbox-sync.c	Tue May 22 20:19:35 2007 +0300
+++ b/src/lib-storage/index/mbox/mbox-sync.c	Tue May 22 20:40:13 2007 +0300
@@ -1544,7 +1544,7 @@ static void mbox_sync_restart(struct mbo
 
 	memset(&sync_ctx->sync_rec, 0, sizeof(sync_ctx->sync_rec));
         mail_index_sync_reset(sync_ctx->index_sync_ctx);
-	mail_index_transction_reset(sync_ctx->t);
+	mail_index_transaction_reset(sync_ctx->t);
 
 	sync_ctx->prev_msg_uid = 0;
 	sync_ctx->next_uid = sync_ctx->hdr->next_uid;


More information about the dovecot-cvs mailing list