1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Fix typo.

This commit is contained in:
Gisle Vanem 2006-12-15 16:49:40 +00:00
parent 6fe932b255
commit 33831759b5

View File

@ -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;