From: Mike Frysinger Date: Mon, 21 Feb 2022 00:54:38 +0000 (-0500) Subject: NEWS: fix typo in fix-timestamp.sh script name X-Git-Tag: v1.16i~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31237ca48d1ec04c8498312aa7e3e5b5174a37d6;p=thirdparty%2Fautomake.git NEWS: fix typo in fix-timestamp.sh script name As pointed out by Eric Blake. * NEWS: Fix typo. --- diff --git a/NEWS b/NEWS index 74ad6d612..c5ccd9387 100644 --- 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.