manual: fix trivial grammar errors.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 25 Apr 2009 12:45:24 +0000 (14:45 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 25 Apr 2009 12:45:24 +0000 (14:45 +0200)
* doc/automake.texi (Subpackages, Vala Support, Java)
(Checking the Distribution, Timeline): Fix `a' vs. `an' errors
and duplicate `the'.
Report by Eric Blake.

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

index 83dc740..36cc6b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2009-04-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       manual: fix trivial grammar errors.
+       * doc/automake.texi (Subpackages, Vala Support, Java)
+       (Checking the Distribution, Timeline): Fix `a' vs. `an' errors
+       and duplicate `the'.
+       Report by Eric Blake.
+
        Indent rule commands consistently with a TAB.
        * lib/am/check.am ($(TEST_SUITE_LOG)): Consistently use TAB, not
        spaces, for indentation of commands, even if indentation may not
index fcbee63..324649d 100644 (file)
@@ -4431,7 +4431,7 @@ AC_CONFIG_SUBDIRS, Configuring Other Packages in Subdirectories,
 autoconf, The Autoconf Manual}).
 
 Here is an example package for an @code{arm} program that links with
-an @code{hand} library that is a nested package in subdirectory
+a @code{hand} library that is a nested package in subdirectory
 @file{hand/}.
 
 @code{arm}'s @file{configure.ac}:
@@ -6634,7 +6634,7 @@ There are a few variables that are used when compiling Vala sources:
 
 @vtable @code
 @item VALAC
-Path to the the Vala compiler.
+Path to the Vala compiler.
 
 @item VALAFLAGS
 Additional arguments for the Vala compiler.
@@ -7473,7 +7473,7 @@ The value of this variable is passed to the @option{-d} option to
 @code{javac}.  It defaults to @samp{$(top_builddir)}.
 
 @item CLASSPATH_ENV
-This variable is an @code{sh} expression that is used to set the
+This variable is a shell expression that is used to set the
 @env{CLASSPATH} environment variable on the @code{javac} command line.
 (In the future we will probably handle class path setting differently.)
 @end vtable
@@ -8368,8 +8368,8 @@ your Makefiles cause some distributed files to be rebuilt when the user
 build the package.  (Think about the user missing the tool required to
 build the file; or if the required tool is built by your package,
 consider the cross-compilation case where it can't be run.)  There is
-a FAQ entry about this (@pxref{distcleancheck}), make sure you read it
-before playing with @code{distcleancheck_listfiles}.
+an entry in the FAQ about this (@pxref{distcleancheck}), make sure you
+read it before playing with @code{distcleancheck_listfiles}.
 
 @code{distcheck} also checks that the @code{uninstall} rule works
 properly, both for ordinary and @code{DESTDIR} builds.  It does this
@@ -11937,7 +11937,7 @@ package has 30 pages of documentation, and 38 test cases.
 From now on and until version 1.4, new releases will occur at a rate
 of about one a year.  1.1 did not exist, actually 1.1b to 1.1p have
 been the name of beta releases for 1.2.  This is the first time
-Automake uses suffix letters to designate beta releases, an habit that
+Automake uses suffix letters to designate beta releases, a habit that
 lasts.
 
 @item 1996-10-10 Kevin Dalley packages Automake 1.0 for Debian GNU/Linux.