mirror of
https://github.com/moparisthebest/curl
synced 2025-01-04 18:38:03 -05:00
spell better
This commit is contained in:
parent
248eb47329
commit
a3d3642a30
@ -791,7 +791,7 @@ Curl_SSLConnect(struct connectdata *conn)
|
|||||||
!SSL_CTX_load_verify_locations(conn->ssl.ctx,
|
!SSL_CTX_load_verify_locations(conn->ssl.ctx,
|
||||||
data->set.ssl.CAfile,
|
data->set.ssl.CAfile,
|
||||||
data->set.ssl.CApath)) {
|
data->set.ssl.CApath)) {
|
||||||
failf(data,"error setting cerficate verify locations");
|
failf(data,"error setting certificate verify locations");
|
||||||
return CURLE_SSL_CACERT;
|
return CURLE_SSL_CACERT;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user