mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix typos in code
This commit is contained in:
parent
0eabd5231b
commit
cf8ef08e20
6 changed files with 6 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue