changeset 19603:8a8dfd61d0d2

lib-auth: Error message typofix
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 21 Jan 2016 13:59:31 +0200
parents 23bfa269e975
children c996bc091c6b
files src/lib-auth/auth-server-connection.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-auth/auth-server-connection.c	Wed Jan 20 19:35:06 2016 +0200
+++ b/src/lib-auth/auth-server-connection.c	Thu Jan 21 13:59:31 2016 +0200
@@ -268,7 +268,7 @@
 			i_error("Authentication server not compatible with "
 				"this client (mixed old and new binaries?)");
 			auth_server_connection_disconnect(conn,
-				"incompatible serevr");
+				"incompatible server");
 			return;
 		}
 		conn->version_received = TRUE;