]> granicus.if.org Git - curl/commitdiff
Fix typo.
authorGisle Vanem <gvanem@broadpark.no>
Fri, 15 Dec 2006 16:49:40 +0000 (16:49 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Fri, 15 Dec 2006 16:49:40 +0000 (16:49 +0000)
lib/http.c

index 0670f1e7883e8a8e0b5e69a6c0315ee828e0876a..0b537e45e0b127f5551a3dcc57ed7b84ecc22030 100644 (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;