aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2006-12-15 16:49:40 +0000
committerGisle Vanem <gvanem@broadpark.no>2006-12-15 16:49:40 +0000
commit33831759b5241ae11832c1da204c8cf76503867e (patch)
treeddb31091af5c59c0c8450095d3ee93a101fee706 /lib
parent6fe932b255761f3853e5e695040933227c892690 (diff)
Fix typo.
Diffstat (limited to 'lib')
-rw-r--r--lib/http.c2
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;