aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-11-29 22:27:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-11-29 22:27:51 +0000
commit98e897885755a7789aea2c58201ca347e573aace (patch)
treef42ec6e4bd14cbf0ee3f0aac8fa23757764ea070
parent56ddfbea6e834da58f1dfa26b54b3d3a52a9d378 (diff)
uh, corrected pretty major write error!
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 6fb17047c..efbf1b6fb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,7 +12,7 @@ Daniel S (29 Nov 2007)
with a 700+ letter nonce. Previously libcurl only support 127 letter ones
and now I bumped it to 1023.
-- Fixed the resumed FTP upload loop to now require that the read callback
+- Fixed the resumed FTP upload loop to not require that the read callback
returns a full buffer on each invoke.
Daniel S (25 Nov 2007)