autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/7] doc: fix grammar/doubled-word errors


From: Jim Meyering
Subject: [PATCH 1/7] doc: fix grammar/doubled-word errors
Date: Sat, 21 Jan 2012 12:14:53 +0100

From: Jim Meyering <address@hidden>

* doc/autoconf.texi: Remove/fix doubled-word errors.
Also, s/can not/cannot/.
* lib/m4sugar/m4sh.m4: Reword "if IF" comment to avoid triggering
the doubled-word warning.
---
 doc/autoconf.texi   |    8 ++++----
 lib/m4sugar/m4sh.m4 |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 5c3feef..3c70ea4 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -8279,7 +8279,7 @@ Fortran Compiler
 error message) if not.

 This macro calls @code{AC_FC_PP_SRCEXT([F])} in order to learn how to
-to preprocess a @file{conftest.F} file, but restores a previously used
+preprocess a @file{conftest.F} file, but restores a previously used
 Fortran source file extension afterwards again.

 The result of this test is cached in the @code{ac_cv_fc_pp_define}
@@ -19266,7 +19266,7 @@ Limitations of Usual Tools
 Sed scripts should not use branch labels longer than 7 characters and
 should not contain comments; AIX 5.3 @command{sed} rejects indented comments.
 HP-UX sed has a limit of 99 commands (not counting @samp{:} commands) and
-48 labels, which can not be circumvented by using more than one script
+48 labels, which cannot be circumvented by using more than one script
 file.  It can execute up to 19 reads with the @samp{r} command per cycle.
 Solaris @command{/usr/ucb/sed} rejects usages that exceed a limit of
 about 6000 bytes for the internal representation of commands.
@@ -24892,7 +24892,7 @@ Writing Testsuites
 @var{help-text} is added to the end of the list of options shown in
 @command{testsuite --help} (@pxref{AS_HELP_STRING}).

-It it recommended that you use a package-specific prefix to @var{options}
+It is recommended that you use a package-specific prefix to @var{options}
 names in order to avoid clashes with future Autotest built-in options.
 @end defmac

@@ -24923,7 +24923,7 @@ Writing Testsuites
 @var{help-text} is added to the end of the list of options shown in
 @command{testsuite --help} (@pxref{AS_HELP_STRING}).

-It it recommended that you use a package-specific prefix to @var{options}
+It is recommended that you use a package-specific prefix to @var{options}
 names in order to avoid clashes with future Autotest built-in options.
 @end defmac

diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4
index 38e0bef..5d01f55 100644
--- a/lib/m4sugar/m4sh.m4
+++ b/lib/m4sugar/m4sh.m4
@@ -623,7 +623,7 @@ done[]_m4_popdef([$1])])
 # | else
 # |   IF-FALSE
 # | fi
-# with simplifications if IF-TRUE1 and/or IF-FALSE is empty.
+# with simplifications when IF-TRUE1 and/or IF-FALSE are empty.
 #
 m4_define([_AS_IF],
 [elif $1; then :
-- 
1.7.9.rc2.2.g183d6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]