aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-07-01 06:08:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-07-01 06:08:06 +0000
commite35187741be548ae869db90024b0486faa02dd7f (patch)
treed9ae8f6c2743bd4d3abc888fc3b77ad5e8a4cc64 /lib
parent574e91137569fda3d25fa86d19dec6c6b0580075 (diff)
spellfixed comments
Diffstat (limited to 'lib')
-rw-r--r--lib/http.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/http.c b/lib/http.c
index bd6adf964..ea7b49988 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -1133,11 +1133,10 @@ CURLcode Curl_http_connect(struct connectdata *conn)
data=conn->data;
- /* If we are not using a proxy and we want a secure connection,
- * perform SSL initialization & connection now.
- * If using a proxy with https, then we must tell the proxy to CONNECT
- * us to the host we want to talk to. Only after the connect
- * has occured, can we start talking SSL
+ /* If we are not using a proxy and we want a secure connection, perform SSL
+ * initialization & connection now. If using a proxy with https, then we
+ * must tell the proxy to CONNECT to the host we want to talk to. Only
+ * after the connect has occured, can we start talking SSL
*/
if(conn->bits.tunnel_proxy) {
@@ -1224,7 +1223,7 @@ CURLcode Curl_http_done(struct connectdata *conn,
/*
* Curl_http() gets called from the generic Curl_do() function when a HTTP
- * request is to be performed. This creates and sends a propperly constructed
+ * request is to be performed. This creates and sends a properly constructed
* HTTP request.
*/
CURLcode Curl_http(struct connectdata *conn)