summaryrefslogtreecommitdiff
path: root/lib/am/check.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/am/check.am')
-rw-r--r--lib/am/check.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/am/check.am b/lib/am/check.am
index e414a903e..f319e36f8 100644
--- a/lib/am/check.am
+++ b/lib/am/check.am
@@ -221,7 +221,7 @@ $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
# since that might cause problem with VPATH rewrites for suffix-less tests.
-# See also 'test-harness-vpath-rewrite.test' and 'test-trs-basic.test'.
+# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
am__set_TESTS_bases = \
bases='$(TEST_LOGS)'; \
bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
@@ -450,7 +450,7 @@ recheck: all %CHECK_DEPS%
## we must ensure that any '.log' and '.trs' file referring to such
## test are preserved, so that future "make recheck" invocations
## will still try to re-compile and re-run it (automake bug#11791).
-## The tricky recusrive make invocation below should cater to such
+## The tricky recursive make invocation below should cater to such
## requirements.
$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
am__force_recheck=am--force-recheck \