]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
doc: typos in NEWS.
authorHans Ulrich Niedermann <hun@n-dimensional.de>
Tue, 26 Dec 2023 22:26:20 +0000 (14:26 -0800)
committerKarl Berry <karl@freefriends.org>
Tue, 26 Dec 2023 22:26:20 +0000 (14:26 -0800)
From https://lists.gnu.org/archive/html/automake/2023-12/msg00037.html.

* NEWS: typos.

NEWS

diff --git a/NEWS b/NEWS
index 276dcc9dabddf772e57879e898b4ebd5740d8aa6..c74804d5961843825585fd5aada2a73a2e4290bf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -51,7 +51,7 @@ New in 1.17:
     sub-second resolution; otherwise, we fall back to one-second
     granularity as before. When everything is supported, a line
     `Features: subsecond-mtime' is now printed by automake --version
-    and autom4mte --version. (bug#64756, bug#67670)
+    and autom4te --version. (bug#64756, bug#67670)
 
   - The default value of $ARFLAGS is now "cr" instead of "cru", to better
     support deterministic builds. (bug#20082)
@@ -388,7 +388,7 @@ New in 1.15:
         include $(srcdir)/fragment.am
         ...
 
-    If the use forgot to add data.txt and/or preproc.sh in the distribution
+    If the user forgot to add data.txt and/or preproc.sh in the distribution
     tarball, "make distcheck" would have erroneously succeeded!  This issue
     is now fixed.