summaryrefslogtreecommitdiff
path: root/lib/http.c
diff options
context:
space:
mode:
authorViktor Szakats <commit@vszakats.net>2018-10-08 19:37:40 +0000
committerViktor Szakats <commit@vszakats.net>2018-10-08 19:37:40 +0000
commitff9d7f44479c3542f47ffa19b1235c7fc8160a9e (patch)
treede8789b569e23eab1654ce07c6ebe79b27470eb4 /lib/http.c
parent82e40afe876298ef832f4573c7e6dfac3af2b4ce (diff)
downloadgnurl-ff9d7f44479c3542f47ffa19b1235c7fc8160a9e.tar.gz
gnurl-ff9d7f44479c3542f47ffa19b1235c7fc8160a9e.tar.bz2
gnurl-ff9d7f44479c3542f47ffa19b1235c7fc8160a9e.zip
spelling fixes [ci skip]
as detected by codespell 1.14.0 Closes https://github.com/curl/curl/pull/3114 Reviewed-by: Marcel Raad <Marcel.Raad@teamviewer.com>
Diffstat (limited to 'lib/http.c')
-rw-r--r--lib/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http.c b/lib/http.c
index 47e47193d..46ac15a6e 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -169,7 +169,7 @@ CURLcode Curl_http_setup_conn(struct connectdata *conn)
data->req.protop = http;
if(!CONN_INUSE(conn))
- /* if not alredy multi-using, setup connection details */
+ /* if not already multi-using, setup connection details */
Curl_http2_setup_conn(conn);
Curl_http2_setup_req(data);
return CURLE_OK;