# HG changeset patch # User Timo Sirainen # Date 1453377571 -7200 # Node ID 8a8dfd61d0d2a0b083ce24a484f8c61f7c92556e # Parent 23bfa269e975c94a7c96da279145e598ef3be543 lib-auth: Error message typofix diff -r 23bfa269e975 -r 8a8dfd61d0d2 src/lib-auth/auth-server-connection.c --- 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;