]> granicus.if.org Git - curl/commitdiff
minor spell and language fix of a comment
authorDaniel Stenberg <daniel@haxx.se>
Sat, 3 May 2008 21:49:16 +0000 (21:49 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 3 May 2008 21:49:16 +0000 (21:49 +0000)
lib/transfer.c

index 3337b130a72b8f25287fdb3b94c9900b7672550e..b17929c0a807fe710a9c29abc352321450f73056 100644 (file)
@@ -238,9 +238,10 @@ CURLcode Curl_readrewind(struct connectdata *conn)
 
   conn->bits.rewindaftersend = FALSE; /* we rewind now */
 
-  /* explicitly switch of sending data on this transfer now since we are about
-     to restart a new transfer and thus we want to avoid inadvertently sending
-     more data on the existing connection until the next request starts */
+  /* explicitly switch off sending data on this connection now since we are
+     about to restart a new transfer and thus we want to avoid inadvertently
+     sending more data on the existing connection until the next transfer
+     starts */
   data->req.keepon &= ~KEEP_WRITE;
 
   /* We have sent away data. If not using CURLOPT_POSTFIELDS or