mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:03:40 +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
|
|
@ -131,7 +131,7 @@ struct easy_pollset {
|
|||
#define CURL_EASY_POLLSET_MAGIC 0x7a657370
|
||||
#endif
|
||||
|
||||
/* allocate and initialise */
|
||||
/* allocate and initialize */
|
||||
struct easy_pollset *Curl_pollset_create(void);
|
||||
|
||||
/* Initialize before first use */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue