mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix spelling: occurred, execute, which etc
This commit is contained in:
@ -388,7 +388,7 @@ int start_io(connection_t *connection, PTP_CALLBACK_INSTANCE instance)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Some error occured */
|
||||
/* Some error occurred */
|
||||
CancelThreadpoolIo(io);
|
||||
return -1;
|
||||
}
|
||||
@ -575,7 +575,7 @@ static VOID CALLBACK io_completion_callback(PTP_CALLBACK_INSTANCE instance,
|
||||
return;
|
||||
|
||||
error:
|
||||
/* Some error has occured. */
|
||||
/* Some error has occurred. */
|
||||
|
||||
destroy_connection(connection, instance);
|
||||
free(connection);
|
||||
|
Reference in New Issue
Block a user