From 19da3606f975fe4a2540a8a958294b95635e72ac Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 3 May 2008 21:49:16 +0000 Subject: minor spell and language fix of a comment --- lib/transfer.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3