mirror of
https://github.com/curl/curl.git
synced 2026-07-27 15:39:00 +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
|
|
@ -316,7 +316,7 @@ CURLcode globalconf_init(void)
|
|||
_djstat_flags |= _STAT_INODE | _STAT_EXEC_MAGIC | _STAT_DIRSIZE;
|
||||
#endif
|
||||
|
||||
/* Initialise the global config */
|
||||
/* Initialize the global config */
|
||||
global->showerror = FALSE; /* show errors when silent */
|
||||
global->styled_output = TRUE; /* enable detection */
|
||||
global->parallel_max = PARALLEL_DEFAULT;
|
||||
|
|
|
|||
|
|
@ -2459,7 +2459,7 @@ CURLcode operate(int argc, argv_item_t argv[])
|
|||
}
|
||||
else {
|
||||
if(global->libcurl) {
|
||||
/* Initialise the libcurl source output */
|
||||
/* Initialize the libcurl source output */
|
||||
result = easysrc_init();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue