summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2021-02-09 14:22:09 +0900
committerDaniel Stenberg <daniel@haxx.se>2021-02-09 08:21:56 +0100
commit13d8a5640859c2d2c99f255c27bb79e86edbef27 (patch)
tree3b6e69bda48acff39e3f9d92f20a6c95b129fbbc
parent461e3ef680deefacf874f645d9140a96efc9c5a5 (diff)
downloadcurl-13d8a5640859c2d2c99f255c27bb79e86edbef27.tar.gz
http_proxy: fix typo in http_proxy.c
settting -> setting Closes #6583
-rw-r--r--lib/http_proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_proxy.c b/lib/http_proxy.c
index a03a27fdc..732fea7e3 100644
--- a/lib/http_proxy.c
+++ b/lib/http_proxy.c
@@ -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;
}