mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -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,
|
||||
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…
Reference in New Issue
Block a user