]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
http_proxy: fix typo in http_proxy.c
authorIkko Ashimine <eltociear@gmail.com>
Tue, 9 Feb 2021 05:22:09 +0000 (14:22 +0900)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 9 Feb 2021 07:21:56 +0000 (08:21 +0100)
settting -> setting

Closes #6583

lib/http_proxy.c

index a03a27fdc4e89f86a24a68879fc3039cf86eb369..732fea7e347d5b387a260e531b6258216a225fa4 100644 (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;
       }