dovecot-2.0: doveadm: Typofix s/messsage/message/

dovecot at dovecot.org dovecot at dovecot.org
Mon Sep 19 14:25:41 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.0/rev/6b7242ead6ed
changeset: 12934:6b7242ead6ed
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Sep 19 14:25:29 2011 +0300
description:
doveadm: Typofix s/messsage/message/

diffstat:

 src/doveadm/doveadm-mail-move.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 22858efc84bb -r 6b7242ead6ed src/doveadm/doveadm-mail-move.c
--- a/src/doveadm/doveadm-mail-move.c	Fri Sep 16 16:45:25 2011 +0300
+++ b/src/doveadm/doveadm-mail-move.c	Mon Sep 19 14:25:29 2011 +0300
@@ -45,7 +45,7 @@
 		if (mailbox_copy(&save_ctx, mail) == 0)
 			mail_expunge(mail);
 		else {
-			i_error("Copying messsage UID %u from '%s' failed: %s",
+			i_error("Copying message UID %u from '%s' failed: %s",
 				mail->uid, info->name,
 				mail_storage_get_last_error(deststorage, NULL));
 			ret = -1;


More information about the dovecot-cvs mailing list