mirror of
https://github.com/curl/curl.git
synced 2026-07-26 14:17:50 +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
|
|
@ -593,7 +593,7 @@ typedef enum {
|
|||
CURLE_USE_SSL_FAILED, /* 64 - Requested FTP SSL level failed */
|
||||
CURLE_SEND_FAIL_REWIND, /* 65 - Sending the data requires a rewind
|
||||
that failed */
|
||||
CURLE_SSL_ENGINE_INITFAILED, /* 66 - failed to initialise ENGINE */
|
||||
CURLE_SSL_ENGINE_INITFAILED, /* 66 - failed to initialize ENGINE */
|
||||
CURLE_LOGIN_DENIED, /* 67 - user, password or similar was not
|
||||
accepted and we failed to login */
|
||||
CURLE_TFTP_NOTFOUND, /* 68 - file not found on server */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue