]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-auth: Error message typofix
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 21 Jan 2016 11:59:31 +0000 (13:59 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 21 Jan 2016 11:59:31 +0000 (13:59 +0200)
src/lib-auth/auth-server-connection.c

index 92973eceb5c3426ba2e755ba9746ce59988f3010..528d49a6714c3557520db8647260f28ea88d041e 100644 (file)
@@ -268,7 +268,7 @@ static void auth_server_connection_input(struct auth_server_connection *conn)
                        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;