diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2006-12-15 16:49:40 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2006-12-15 16:49:40 +0000 |
commit | 33831759b5241ae11832c1da204c8cf76503867e (patch) | |
tree | ddb31091af5c59c0c8450095d3ee93a101fee706 | |
parent | 6fe932b255761f3853e5e695040933227c892690 (diff) |
Fix typo.
-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; |