From: Gisle Vanem Date: Fri, 15 Dec 2006 16:49:40 +0000 (+0000) Subject: Fix typo. X-Git-Tag: curl-7_16_1~108 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33831759b5241ae11832c1da204c8cf76503867e;p=thirdparty%2Fcurl.git Fix typo. --- diff --git a/lib/http.c b/lib/http.c index 0670f1e788..0b537e45e0 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;