dovecot-1.2: Typofix in comment.

dovecot at dovecot.org dovecot at dovecot.org
Tue Aug 12 19:34:40 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/bed6d0895dce
changeset: 8083:bed6d0895dce
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Aug 12 12:34:32 2008 -0400
description:
Typofix in comment.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-storage/mail-storage.h |    2 +-

diffs (12 lines):

diff -r db66611fd195 -r bed6d0895dce src/lib-storage/mail-storage.h
--- a/src/lib-storage/mail-storage.h	Tue Aug 12 12:28:42 2008 -0400
+++ b/src/lib-storage/mail-storage.h	Tue Aug 12 12:34:32 2008 -0400
@@ -365,7 +365,7 @@ void mailbox_transaction_rollback(struct
 /* Return the number of active transactions for the mailbox. */
 unsigned int mailbox_transaction_get_count(const struct mailbox *box) ATTR_PURE;
 /* When committing transaction, drop flag/keyword updates for messages whose
-   mdoseq is larger than max_modseq. Save those messages' sequences to the
+   modseq is larger than max_modseq. Save those messages' sequences to the
    given array. */
 void mailbox_transaction_set_max_modseq(struct mailbox_transaction_context *t,
 					uint64_t max_modseq,


More information about the dovecot-cvs mailing list