summaryrefslogtreecommitdiff
path: root/t/dist-no-built-sources.sh
diff options
context:
space:
mode:
authorAllison Karlitskaya <allison.karlitskaya@redhat.com>2021-07-09 09:03:30 -0700
committerJim Meyering <meyering@fb.com>2021-07-11 19:41:54 -0700
commit3d9460bcb23565b15293738445afbb7614cdf759 (patch)
tree5630d9d9d2accb5dd97066b6d401d215a7a155e9 /t/dist-no-built-sources.sh
parent314c55f0633ab80c43c4f97e1b1f954cff776f05 (diff)
downloadautomake-3d9460bcb23565b15293738445afbb7614cdf759.tar.gz
maint: tweak comment wording
* doc/automake.texi (List of Automake options): Nit. * t/dist-no-built-sources.sh: Likewise.
Diffstat (limited to 't/dist-no-built-sources.sh')
-rw-r--r--t/dist-no-built-sources.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/dist-no-built-sources.sh b/t/dist-no-built-sources.sh
index 8d2d8a099..622e48f0e 100644
--- a/t/dist-no-built-sources.sh
+++ b/t/dist-no-built-sources.sh
@@ -61,7 +61,7 @@ EOF
! tar tf "${pkg_ver}".tar.gz "${pkg_ver}"/x.c
tar tf "${pkg_ver}".tar.gz "${pkg_ver}"/y.c
- # And x.c should only have been built for the built-sources version.
+ # And x.c should have been built only for the built-sources version.
if test "$testopt" = no-built-sources; then
# no-built-sources should not have generated this
! test -e x.c