From: Yuri Chornoivan Date: Sun, 19 Jun 2022 16:14:36 +0000 (+0300) Subject: Fix minor typos (#327) X-Git-Tag: v3.2.5pre1~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c897b16f3231b2c22110b3792ec63c4b269d57d6;p=thirdparty%2Frsync.git Fix minor typos (#327) --- diff --git a/checksum.c b/checksum.c index b723109c..178b0f50 100644 --- a/checksum.c +++ b/checksum.c @@ -574,7 +574,7 @@ void sum_update(const char *p, int32 len) } /* NOTE: all the callers of sum_end() pass in a pointer to a buffer that is - * MAX_DIGEST_LEN in size, so even if the csum-len is shorter that that (i.e. + * MAX_DIGEST_LEN in size, so even if the csum-len is shorter than that (i.e. * CSUM_MD4_ARCHAIC), we don't have to worry about limiting the data we write * into the "sum" buffer. */ int sum_end(char *sum) diff --git a/rsync.1.md b/rsync.1.md index 1e665982..fa743e3d 100644 --- a/rsync.1.md +++ b/rsync.1.md @@ -788,7 +788,7 @@ option name from the pathname using a space if you want the shell to expand it. In order to make [`--delete`](#opt) compatible with incremental recursion, rsync 3.0.0 made [`--delete-during`](#opt) the default delete mode (which - was first first added in 2.6.4). + was first added in 2.6.4). One side-effect of incremental recursion is that any missing sub-directories inside a recursively-scanned directory are (by default)