dovecot-2.1: s/Fallbacking/Falling back/

dovecot at dovecot.org dovecot at dovecot.org
Tue Jan 10 13:12:12 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/ee7b18b1fc00
changeset: 13920:ee7b18b1fc00
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jan 10 13:12:08 2012 +0200
description:
s/Fallbacking/Falling back/

diffstat:

 src/auth/auth-request.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 075591a4b6a8 -r ee7b18b1fc00 src/auth/auth-request.c
--- a/src/auth/auth-request.c	Tue Jan 10 02:27:26 2012 +0200
+++ b/src/auth/auth-request.c	Tue Jan 10 13:12:08 2012 +0200
@@ -571,7 +571,7 @@
 					      request->mech_password,
 					      &result, TRUE)) {
 			auth_request_log_info(request, "passdb",
-				"Fallbacking to expired data from cache");
+				"Falling back to expired data from cache");
 		}
 	}
 
@@ -708,7 +708,7 @@
 						    &cache_cred, &cache_scheme,
 						    &result, TRUE)) {
 			auth_request_log_info(request, "passdb",
-				"Fallbacking to expired data from cache");
+				"Falling back to expired data from cache");
 			passdb_handle_credentials(
 				result, cache_cred, cache_scheme,
 				auth_request_lookup_credentials_finish,
@@ -891,7 +891,7 @@
 						   &result, TRUE)) {
 			request->userdb_reply = reply;
 			auth_request_log_info(request, "userdb",
-				"Fallbacking to expired data from cache");
+				"Falling back to expired data from cache");
 		}
 	}
 


More information about the dovecot-cvs mailing list