Hi Patrick,
* Patrick Welche wrote on Sat, Jul 10, 2010 at 06:48:30PM CEST:
> -Script are not distributed by default; as we have just seen, those
> +Scripts are not distributed by default; as we have just seen, those
Thanks! Committed to my maint branch, will be pushed out within the
next couple of days.
Cheers,
Ralf
2010-07-27 Patrick Welche <pr...@...> (tiny change)
Fix typo in the manual.
* doc/automake.texi (Scripts): Fix typo.
diff --git a/doc/automake.texi b/doc/automake.texi
index c6067f9..0fd233b 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -6912,7 +6912,7 @@ Scripts
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.