diff options
-rw-r--r-- | lib/http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http.c b/lib/http.c index 0670f1e78..0b537e45e 100644 --- a/lib/http.c +++ b/lib/http.c @@ -1614,7 +1614,7 @@ CURLcode Curl_http(struct connectdata *conn, bool *done) struct HTTP *http; char *ppath = data->reqdata.path; char *host = conn->host.name; - const char *te = ""; /* tranfer-encoding */ + const char *te = ""; /* transfer-encoding */ char *ptr; char *request; Curl_HttpReq httpreq = data->set.httpreq; |