From: Daniel Stenberg Date: Sat, 3 May 2008 21:49:16 +0000 (+0000) Subject: minor spell and language fix of a comment X-Git-Tag: cares-1_5_2~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19da3606f975fe4a2540a8a958294b95635e72ac;p=curl minor spell and language fix of a comment --- diff --git a/lib/transfer.c b/lib/transfer.c index 3337b130a..b17929c0a 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -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