Fix typo in the manual.
authorPatrick Welche <prlw1@cam.ac.uk>
Tue, 27 Jul 2010 19:54:33 +0000 (21:54 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 27 Jul 2010 19:54:33 +0000 (21:54 +0200)
* doc/automake.texi (Scripts): Fix typo.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/automake.texi

index ac51b18..cf028dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-27  Patrick Welche  <prlw1@cam.ac.uk>  (tiny change)
+
+       Fix typo in the manual.
+       * doc/automake.texi (Scripts): Fix typo.
+
 2010-07-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Document current policy for development with git.
index c6067f9..0fd233b 100644 (file)
@@ -6912,7 +6912,7 @@ script is distributed in its final, installable form, the
 dist_bin_SCRIPTS = my_script
 @end example
 
-Script are not distributed by default; as we have just seen, those
+Scripts are not distributed by default; as we have just seen, those
 that should be distributed can be specified using a @code{dist_}
 prefix as with other primaries.