spelling: fix codespell 2.2.6 typos

Closes #12019
This commit is contained in:
Viktor Szakats 2023-10-03 14:44:13 +00:00
parent 2e0fa50fc1
commit 3b6d18bbf6
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
23 changed files with 29 additions and 29 deletions

View file

@ -118,7 +118,7 @@ int main(void)
/* set the private key (file or ID in engine) */
curl_easy_setopt(curl, CURLOPT_SSLKEY, pKeyName);
/* set the file with the certs vaildating the server */
/* set the file with the certs validating the server */
curl_easy_setopt(curl, CURLOPT_CAINFO, pCACertFile);
/* disconnect if we cannot validate server's cert */