typofix: in a comment in Makefile.am
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Jul 2012 16:27:15 +0000 (18:27 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Jul 2012 16:27:15 +0000 (18:27 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am

index 028b070..98a67a0 100644 (file)
@@ -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; \