summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-07-26 18:27:15 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-07-26 18:27:15 +0200
commit11927353c180858e7d7f4e775f8de68781ce4d71 (patch)
tree6444052d3f0f8f3da635c8c16d6b24c1a7aaade2 /Makefile.am
parent106428fe4e73d5f9f5e7cc2e44a1e9b3b85606c1 (diff)
downloadautomake-11927353c180858e7d7f4e775f8de68781ce4d71.tar.gz
typofix: in a comment in Makefile.am
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 028b07014..98a67a0dd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -503,7 +503,7 @@ EXTRA_DIST += $(perf_TESTS)
clean-local: clean-local-check
.PHONY: clean-local-check
clean-local-check:
-## Directries candidate to be test directories match this wildcard.
+## Directories candidate to be test directories match this wildcard.
@globs='t/*.dir t/*/*.dir */t/*.dir */t/*/*.dir'; \
## The 'nullglob' bash option is not portable, so use perl.
dirs=`$(PERL) -e "print join(' ', glob('$$globs'));"` || exit 1; \