mirror of
https://github.com/curl/curl.git
synced 2026-07-26 03:47:17 +03:00
spell better
This commit is contained in:
parent
248eb47329
commit
a3d3642a30
1 changed files with 1 additions and 1 deletions
|
|
@ -791,7 +791,7 @@ Curl_SSLConnect(struct connectdata *conn)
|
|||
!SSL_CTX_load_verify_locations(conn->ssl.ctx,
|
||||
data->set.ssl.CAfile,
|
||||
data->set.ssl.CApath)) {
|
||||
failf(data,"error setting cerficate verify locations");
|
||||
failf(data,"error setting certificate verify locations");
|
||||
return CURLE_SSL_CACERT;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue