summaryrefslogtreecommitdiff
path: root/t/built-sources-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/built-sources-install.sh')
-rw-r--r--t/built-sources-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/built-sources-install.sh b/t/built-sources-install.sh
index f4bd57f61..f5109a4da 100644
--- a/t/built-sources-install.sh
+++ b/t/built-sources-install.sh
@@ -49,7 +49,7 @@ cat > dir/Makefile.am << 'END'
BUILT_SOURCES = built2
built2:
## The next line ensures that command1.inc has been built before
-## recurring into the subdir.
+## recursing into the subdir.
cp ../built1 $@
CLEANFILES = built2
END