From d770837ec095fa9f8d9888cbf038ba987eafa711 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 18 Feb 2008 09:59:44 -0800 Subject: [PATCH] Fixed a typo reported in a Debian bug report. --- rsync.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsync.yo b/rsync.yo index 7f56cd75..024df625 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1432,7 +1432,7 @@ file in the same directory as the associated destination file. This option is most often used when the receiving disk partition does not have enough free space to hold a copy of the largest file in the transfer. -In this case (i.e. when the scratch directory in on a different disk +In this case (i.e. when the scratch directory is on a different disk partition), rsync will not be able to rename each received temporary file over the top of the associated destination file, but instead must copy it into place. Rsync does this by copying the file over the top of the -- 2.34.1