spellcheck

This commit is contained in:
Stefan Eissing 2025-08-14 14:35:40 +02:00
parent 6ddd8f2c0b
commit 5aee08e403
No known key found for this signature in database

View file

@ -61,7 +61,7 @@ change the actual URI of an HTTPS request.
For OpenSSL, asynchronous certificate verification via *SSL_set_retry_verify*
is supported. When *SSL_set_retry_verify* is set, the transfer is paused.
When the verificate should continue, call curl_easy_pause(3) to unpause
When verification should continue, call curl_easy_pause(3) to unpause
the transfer. (Added in 8.3.0, Pausing added in 8.16.0)
The CURLOPT_SSL_CTX_FUNCTION(3) callback allows the application to reach in