aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2021-09-07 15:59:19 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2021-09-07 15:59:19 -0500
commit9cce9f8ce8d2624ac5fa1cf12d0b4b00de5bcde2 (patch)
treed8c241e4b36e4e7456f265a11682c1fdcfffc794 /NEWS.md
parent5a41f1ef201def94392f06d3b294e5e0c2c8432f (diff)
news typo fix
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index b6800315..8c591ca0 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -17,7 +17,7 @@ where you can voice concerns about removing it.
This version changes the behavior of the checkpath helper to address
CVE-2018-21269. on Linux systems, We require non-terminal symbolic links
-to be owned by root. Since we can't do this on non-linux xystems, we do
+to be owned by root. Since we can't do this on non-linux systems, we do
not dereference non-terminal symbolic links by default. If you need them
dereferenced, you should add the "-s" switch to the appropriate
checkpath calls.