]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
NEWS: fix typo in fix-timestamp.sh script name
authorMike Frysinger <vapier@gentoo.org>
Mon, 21 Feb 2022 00:54:38 +0000 (19:54 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 21 Feb 2022 00:54:38 +0000 (19:54 -0500)
As pointed out by Eric Blake.

* NEWS: Fix typo.

NEWS

diff --git a/NEWS b/NEWS
index 74ad6d6125601cb33f46f55187775648ef3faa1c..c5ccd9387c0ab437c54308c096d3d0cd5127e12f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -821,7 +821,7 @@ New in 1.13:
   - The missing script has thus become useless as a (poor) way to work
     around the sketched-timestamps issues that can happen for projects
     that keep generated files committed in their VCS repository.  Such
-    projects are now encouraged to write a custom "fix-timestamps.sh"
+    projects are now encouraged to write a custom "fix-timestamp.sh"
     script to avoid such issues; a simple example is provided in the
     "CVS and generated files" chapter of the automake manual.