Skip to content

Commit

Permalink
lib-auth: Error message typofix
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Jan 21, 2016
1 parent 8eac846 commit 7ab22fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-auth/auth-server-connection.c
Expand Up @@ -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;
Expand Down

0 comments on commit 7ab22fc

Please sign in to comment.