From: James Cook Date: Thu, 10 Dec 2020 17:43:04 +0000 (+0000) Subject: Fix spelling error in man page. (#124) X-Git-Tag: v3.2.4pre1~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a28c4558c5644d4423a937d025ca64fe4e3ce84b;p=thirdparty%2Frsync.git Fix spelling error in man page. (#124) trasnferred -> transferred --- diff --git a/rsync.1.md b/rsync.1.md index 3e4a72b0..6d79528b 100644 --- a/rsync.1.md +++ b/rsync.1.md @@ -953,7 +953,7 @@ your home directory (remove the '=' for that). existing content in the file (it only verifies the content that it is appending). Rsync skips any files that exist on the receiving side that are not shorter than the associated file on the sending side (which means - that new files are trasnferred). It also skips any files whose size on the + that new files are transferred). It also skips any files whose size on the sending side gets shorter during the send negotiations (rsync warns about a "diminished" file when this happens).