From 13d8a5640859c2d2c99f255c27bb79e86edbef27 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 9 Feb 2021 14:22:09 +0900 Subject: [PATCH] http_proxy: fix typo in http_proxy.c settting -> setting Closes #6583 --- lib/http_proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }