diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-09-10 07:11:45 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-09-10 07:11:45 +0000 |
commit | 152cf6325d3b1b0383d9c36fab9243005e4ea456 (patch) | |
tree | 43b8c3d1b45d1fd280c996b62327ed4446429c0d /lib | |
parent | c98ab69cc7aae688db604bbaad5bcc8d3fe25cba (diff) |
Checked in some grammatical and minor other fixes in the documentation and
examples that I found in the FreeBSD ports system.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/easy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/easy.c b/lib/easy.c index 4e4998297..9ea8ef6ef 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -852,7 +852,7 @@ CURLcode curl_easy_pause(CURL *curl, int action) if(data->state.tempwrite && (tempsize - chunklen)) { /* Ouch, the reading is again paused and the block we send is now "cached". If this is the final chunk we can leave it like this, but - if we have more chunks that is cached after this, we need to free + if we have more chunks that are cached after this, we need to free the newly cached one and put back a version that is truly the entire contents that is saved for later */ |