mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:53:43 +03:00
tidy-up: prefer "initialize" with a 'z'
To match the majority of usage in source. Closes #21618
This commit is contained in:
parent
3da249e1f0
commit
4780e509aa
28 changed files with 42 additions and 42 deletions
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#ifndef CURL_DISABLE_SOCKETPAIR
|
||||
|
||||
/* return < 0 for failure to initialise */
|
||||
/* return < 0 for failure to initialize */
|
||||
int Curl_wakeup_init(curl_socket_t socks[2], bool nonblocking);
|
||||
void Curl_wakeup_destroy(curl_socket_t socks[2]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue