]> granicus.if.org Git - curl/commitdiff
spellfixed comments
authorDaniel Stenberg <daniel@haxx.se>
Thu, 1 Jul 2004 06:08:06 +0000 (06:08 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 1 Jul 2004 06:08:06 +0000 (06:08 +0000)
lib/http.c

index bd6adf96491558d65e8846ff54e7b33a38b1615c..ea7b4998892ec4b0a4a882b808863b3ab44481f0 100644 (file)
@@ -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)