dovecot-2.2: auth: Typofix for error message.

dovecot at dovecot.org dovecot at dovecot.org
Wed Oct 28 10:28:27 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/9654ab4c337c
changeset: 19336:9654ab4c337c
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Oct 28 12:28:12 2015 +0200
description:
auth: Typofix for error message.

diffstat:

 src/auth/auth-master-connection.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3a6e503c9ee6 -r 9654ab4c337c src/auth/auth-master-connection.c
--- a/src/auth/auth-master-connection.c	Wed Oct 28 12:25:08 2015 +0200
+++ b/src/auth/auth-master-connection.c	Wed Oct 28 12:28:12 2015 +0200
@@ -347,7 +347,7 @@
 		str_printfa(str, "FAIL\t%u", auth_request->id);
 		break;
 	case PASSDB_RESULT_SCHEME_NOT_AVAILABLE:
-		str_printfa(str, "FAIL\t%u\treason=Configured passdbs don't support crentials lookups",
+		str_printfa(str, "FAIL\t%u\treason=Configured passdbs don't support credentials lookups",
 			    auth_request->id);
 		break;
 	}


More information about the dovecot-cvs mailing list