]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: fix spellings in NEWS
authorPádraig Brady <P@draigBrady.com>
Fri, 8 Dec 2023 14:19:06 +0000 (14:19 +0000)
committerPádraig Brady <P@draigBrady.com>
Sun, 3 Mar 2024 12:27:07 +0000 (12:27 +0000)
* NEWS: s/user/uses/; s/exisiting/existing/

NEWS

diff --git a/NEWS b/NEWS
index baeded0cba4ae0ec020b1bd6d8c0f265487a6525..36d980e1783cbae2a9f0ee9bd3c1bb376e998f9f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -55,7 +55,7 @@ GNU coreutils NEWS                                    -*- outline -*-
   and will take precedence over previously specified formats or hyperlink mode.
 
   numfmt will accept lowercase 'k' to indicate Kilo or Kibi units on input,
-  and user lowercase 'k' when outputting such units in '--to=si' mode.
+  and uses lowercase 'k' when outputting such units in '--to=si' mode.
 
   wc no longer ignores encoding errors when counting words.
   Instead, it treats them as non white space.
@@ -66,7 +66,7 @@ GNU coreutils NEWS                                    -*- outline -*-
   with matching current OWNER and/or GROUP, as already supported by chown(1).
 
   cp now accepts the --keep-directory-symlink option (like tar), to preserve
-  and follow exisiting symlinks to directories in the destination.
+  and follow existing symlinks to directories in the destination.
 
   cp and mv now accept the --update=none-fail option, which is similar
   to the --no-clobber option, except that existing files are diagnosed,