summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2022-08-02 20:31:04 +0200
committerGitHub <noreply@github.com>2022-08-02 11:31:04 -0700
commit29558884687279ecdeda1b1b398e8ec6aa784b73 (patch)
tree6b7e4ec58c95e27d2842157d98bf36fd344cd500
parent0773cecc1fc6462b321f96dc8cae6e11983c357d (diff)
downloadrsync-29558884687279ecdeda1b1b398e8ec6aa784b73.tar.gz
Fix typos in NEWS (#339)
-rw-r--r--NEWS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index bf7d400a..70c0b00f 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -7,7 +7,7 @@
- Added some file-list safety checking that helps to ensure that a rogue
sending rsync can't add unrequested top-level names and/or include recursive
names that should have been excluded by the sender. These extra safety
- checks only require the receiver rsync to be udateed. When dealing with an
+ checks only require the receiver rsync to be updated. When dealing with an
untrusted sending host, it is safest to copy into a dedicated destination
directory for the remote content (i.e. don't copy into a destination
directory that contains files that aren't from the remote host unless you
@@ -20,7 +20,7 @@
made rsync send mostly literal data for a copy instead of finding matching
data in the receiver's basis file.
-- Lots of manpage improvements, including an attempt to better desdribe how
+- Lots of manpage improvements, including an attempt to better describe how
include/exclude filters work.
### PACKAGING RELATED: