From c897b16f3231b2c22110b3792ec63c4b269d57d6 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sun, 19 Jun 2022 19:14:36 +0300 Subject: [PATCH] Fix minor typos (#327) --- checksum.c | 2 +- rsync.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.47.2