Fix spelling error in man page. (#124)
authorJames Cook <jcook@cs.berkeley.edu>
Thu, 10 Dec 2020 17:43:04 +0000 (17:43 +0000)
committerGitHub <noreply@github.com>
Thu, 10 Dec 2020 17:43:04 +0000 (09:43 -0800)
trasnferred -> transferred

rsync.1.md

index 3e4a72b0d5797f046e0ef57ad312a499429d2c37..6d79528b6ff1f32170fff90a05d42b53d0dbc90d 100644 (file)
@@ -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).