http_proxy: fix typo in http_proxy.c

settting -> setting

Closes #6583
This commit is contained in:
Ikko Ashimine 2021-02-09 14:22:09 +09:00 committed by Daniel Stenberg
parent 461e3ef680
commit 13d8a56408
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View File

@ -759,7 +759,7 @@ static CURLcode CONNECT(struct Curl_easy *data,
if((conn->http_proxy.proxytype == CURLPROXY_HTTP_1_0) &&
(HYPERE_OK != hyper_request_set_version(req,
HYPER_HTTP_VERSION_1_0))) {
failf(data, "error settting HTTP version");
failf(data, "error setting HTTP version");
goto error;
}