From: Ikko Ashimine Date: Tue, 9 Feb 2021 05:22:09 +0000 (+0900) Subject: http_proxy: fix typo in http_proxy.c X-Git-Tag: curl-7_76_0~196 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13d8a5640859c2d2c99f255c27bb79e86edbef27;p=thirdparty%2Fcurl.git http_proxy: fix typo in http_proxy.c settting -> setting Closes #6583 --- diff --git a/lib/http_proxy.c b/lib/http_proxy.c index a03a27fdc4..732fea7e34 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; }