dovecot-2.0: lib-master: Error message typofix.

dovecot at dovecot.org dovecot at dovecot.org
Sat Dec 4 01:16:29 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/6a0f3010d592
changeset: 12514:6a0f3010d592
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Dec 03 23:16:26 2010 +0000
description:
lib-master: Error message typofix.

diffstat:

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

diffs (12 lines):

diff -r 485ed7702ce2 -r 6a0f3010d592 src/lib-master/master-login-auth.c
--- a/src/lib-master/master-login-auth.c	Fri Dec 03 19:38:02 2010 +0000
+++ b/src/lib-master/master-login-auth.c	Fri Dec 03 23:16:26 2010 +0000
@@ -289,7 +289,7 @@
 			request_internal_failure(request,
 						 "Internal auth failure");
 		} else {
-			i_error("Internal tuah failure: %s "
+			i_error("Internal auth failure: %s "
 				"(client-pid=%u client-id=%u)",
 				error, request->client_pid, request->auth_id);
 			request->callback(NULL, error, request->context);


More information about the dovecot-cvs mailing list