Fix typos in NEWS (#339)
authorJakub Wilk <jwilk@jwilk.net>
Tue, 2 Aug 2022 18:31:04 +0000 (20:31 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Aug 2022 18:31:04 +0000 (11:31 -0700)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index bf7d400ab386b66f179d3adb7b0c4c73e2959833..70c0b00fda545c0e9252cd618ab383fc726bd759 100644 (file)
--- 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: