summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-07-16 01:02:49 +0200
committerMathieu Lirzin <mthl@gnu.org>2017-07-16 01:06:08 +0200
commit5864fb5564a8607bf9a1fd90e12259127d8c629b (patch)
treee068c9c3afb5eb0093893f34d0290a0a8f7f8c45
parent8555e7b81d0d68e1e8105d072d69b94788953e15 (diff)
downloadautomake-5864fb5564a8607bf9a1fd90e12259127d8c629b.tar.gz
doc: Fix typos
This fixes bug#23099. * doc/automake.texi (Scripts-based Testsuites) (Parallel Test Harness): Fix typos. * THANKS: Update.
-rw-r--r--THANKS1
-rw-r--r--doc/automake.texi4
2 files changed, 3 insertions, 2 deletions
diff --git a/THANKS b/THANKS
index 9bc7542af..02df031f8 100644
--- a/THANKS
+++ b/THANKS
@@ -105,6 +105,7 @@ Dmitry Mikhin dmitrym@acres.com.au
Dmitry V. Levin ldv@altlinux.org
Doug Evans devans@cygnus.com
Duncan Gibson duncan@thermal.esa.int
+Dilyan Palauzov dilyan.palauzov@aegee.org
Ed Hartnett ed@unidata.ucar.edu
Eleftherios Gkioulekas lf@amath.washington.edu
Elena A. Vengerova helen@oktetlabs.ru
diff --git a/doc/automake.texi b/doc/automake.texi
index da0aa2942..f083fc2b4 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -8896,7 +8896,7 @@ Note however that, for tests based on more complex test protocols,
the exact effects of @code{XFAIL_TESTS} and @code{DISABLE_HARD_ERRORS}
might change, or they might even have no effect at all (for example,
@c Keep this in sync with tap-no-disable-hard-errors.sh
-in tests using TAP, there is not way to disable hard errors, and the
+in tests using TAP, there is no way to disable hard errors, and the
@code{DISABLE_HARD_ERRORS} variable has no effect on them).
@anchor{Testsuite progress on console}
@@ -9164,7 +9164,7 @@ as a side-effect.
It's important to note that, differently from what we've seen for the
serial test harness (@pxref{Serial Test Harness}), the
@code{AM_TESTS_ENVIRONMENT} and @code{TESTS_ENVIRONMENT} variables
-@emph{cannot} be use to define a custom test runner; the
+@emph{cannot} be used to define a custom test runner; the
@code{LOG_COMPILER} and @code{LOG_FLAGS} (or their extension-specific
counterparts) should be used instead: