Fix typos in code

This commit is contained in:
Peter Kokot 2018-07-26 00:03:10 +02:00
parent 0eabd5231b
commit cf8ef08e20
6 changed files with 6 additions and 6 deletions

View file

@ -1049,7 +1049,7 @@ mysqlnd_caching_sha2_handle_server_response(struct st_mysqlnd_authentication_plu
switch (result_packet.response_code) {
case 3:
DBG_INF("fast path suceeded");
DBG_INF("fast path succeeded");
DBG_VOID_RETURN;
case 4:
if (conn->vio->data->ssl || conn->unix_socket.s) {