From 10a1a3f5114e03d3bcc259246ac51c0662158e0b Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 29 Sep 2005 07:37:00 +0000 Subject: [PATCH] Fixed a poorly-worded sentence and a misspelled word. --- OLDNEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OLDNEWS b/OLDNEWS index e8111403..2582d2ea 100644 --- a/OLDNEWS +++ b/OLDNEWS @@ -294,7 +294,7 @@ Changes since 2.6.3: - An OS that has a binary mode for its files (such as cygwin) needed setmode(fd, O_BINARY) called on the temp-file we opened with - mkstemp(). (Fix derived from the cygwin's 2.6.3 rsync package.) + mkstemp(). (Fix derived from cygwin's 2.6.3 rsync package.) - Fixed a potential hang when verbosity is high, the client side is the sender, and the file-list is large. @@ -981,7 +981,7 @@ Changes since 2.6.0: - We now reset the "new data has been sent" flag at the start of each file we send. This makes sure that an interrupted transfer with the --partial option set doesn't keep a shorter temp file - than the current basis file when no new data has been transfered + than the current basis file when no new data has been transferred over the wire for that file. - Fixed a byte-order problem in --batch-mode on big-endian machines. -- 2.34.1