dovecot-2.2: imap-urlauth: Error message typofix.

dovecot at dovecot.org dovecot at dovecot.org
Fri Aug 1 14:19:53 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/417a984e91f3
changeset: 17674:417a984e91f3
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Aug 01 17:17:53 2014 +0300
description:
imap-urlauth: Error message typofix.
Patch by Jelmer Vernooij

diffstat:

 src/imap-urlauth/imap-urlauth-worker.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 9e769da78c9a -r 417a984e91f3 src/imap-urlauth/imap-urlauth-worker.c
--- a/src/imap-urlauth/imap-urlauth-worker.c	Thu Jul 31 15:58:18 2014 +0300
+++ b/src/imap-urlauth/imap-urlauth-worker.c	Fri Aug 01 17:17:53 2014 +0300
@@ -478,7 +478,7 @@
 		}
 		if (client_run_url(client) < 0) {
 			client_abort(client,
-				"Session aborted: Fatal failure while transfering URL");
+				"Session aborted: Fatal failure while transferring URL");
 			return 0;
 		}		
 	}


More information about the dovecot-cvs mailing list