tidy-up: prefer "initialize" with a 'z'

To match the majority of usage in source.

Closes #21618
This commit is contained in:
Viktor Szakats 2026-05-15 00:37:37 +02:00
parent 3da249e1f0
commit 4780e509aa
No known key found for this signature in database
28 changed files with 42 additions and 42 deletions

View file

@ -172,7 +172,7 @@ const char *curl_easy_strerror(CURLcode error)
return "Can not set SSL crypto engine as default";
case CURLE_SSL_ENGINE_INITFAILED:
return "Failed to initialise SSL crypto engine";
return "Failed to initialize SSL crypto engine";
case CURLE_SEND_ERROR:
return "Failed sending data to the peer";