]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: fix old spelling mistakes in NEWS
authorPádraig Brady <P@draigBrady.com>
Wed, 13 Jan 2016 11:28:45 +0000 (11:28 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 13 Jan 2016 11:28:45 +0000 (11:28 +0000)
* NEWS: s/descendent/descendant/; s/indiscriminite/indiscriminate/.
* cfg.mk (old_NEWS_hash): Update via `make update-NEWS-hash`.

NEWS
cfg.mk

diff --git a/NEWS b/NEWS
index 5dbf941d631f6bab137f8023d1716f21aa6f104c..b42da0a467afb908a9ddb1614563f8e22bc6a541 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -252,7 +252,7 @@ GNU coreutils NEWS                                    -*- outline -*-
 
   cp -a, mv, and install --preserve-context, once again set the correct SELinux
   context for existing directories in the destination.  Previously they set
-  the context of an existing directory to that of its last copied descendent.
+  the context of an existing directory to that of its last copied descendant.
   [bug introduced in coreutils-8.22]
 
   cp -a, mv, and install --preserve-context, no longer seg fault when running
@@ -577,7 +577,7 @@ GNU coreutils NEWS                                    -*- outline -*-
   du recognizes -t SIZE as equivalent, for compatibility with FreeBSD.
 
   timeout now accepts the --preserve-status option to always propagate the exit
-  status, useful for commands that can run for an indeterminite amount of time.
+  status, useful for commands that can run for an indeterminate amount of time.
 
 ** Bug fixes
 
diff --git a/cfg.mk b/cfg.mk
index df22823bea179bbf3e2f78ec5b1976b840ed0435..81b08b9683396cd8196c09add2b25ab3a956301f 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -45,7 +45,7 @@ export VERBOSE = yes
 # 4914152 9e
 export XZ_OPT = -8e
 
-old_NEWS_hash = 5c64c69e6303deaceecacc4b498a61fd
+old_NEWS_hash = f17fb1ab51acb854afd2f45b8940a029
 
 # Add an exemption for sc_makefile_at_at_check.
 _makefile_at_at_check_exceptions = ' && !/^cu_install_prog/ && !/dynamic-dep/'