]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Fix minor typos (#327)
authorYuri Chornoivan <yurchor@ukr.net>
Sun, 19 Jun 2022 16:14:36 +0000 (19:14 +0300)
committerGitHub <noreply@github.com>
Sun, 19 Jun 2022 16:14:36 +0000 (09:14 -0700)
checksum.c
rsync.1.md

index b723109c22d355adffa8b93c9c7df92936dcd796..178b0f505a7091abac73ae104034a2cc83e12edd 100644 (file)
@@ -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)
index 1e665982bbe2afac26522cdb6df115881614dd0e..fa743e3d2eb7a8d73af87d7dab47273ba660271f 100644 (file)
@@ -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)