summaryrefslogtreecommitdiff
path: root/t/subobj11b.sh
diff options
context:
space:
mode:
authorDimitri Papadopoulos <dimitri.papadopoulos@gmail.com>2021-08-07 17:54:17 -0700
committerKarl Berry <karl@freefriends.org>2021-08-07 17:54:17 -0700
commit522e0d4088f61580a7f34f5e65620fb914f17947 (patch)
tree4e44c987b427f1878706428824d9cf637e0f4969 /t/subobj11b.sh
parentbadd7d25de18685c92759e1629dcf7a7ceb7d484 (diff)
downloadautomake-522e0d4088f61580a7f34f5e65620fb914f17947.tar.gz
doc: typos from codespell.
* HACKING: typo from codespell. * doc/local.mk: likewise. * lib/am/header-vars.am: likewise. * lib/am/lisp.am: likewise. * t/cond24.sh: likewise. * t/cond36.sh: likewise. * t/dist-auxdir-many-subdirs.sh: likewise. * t/link_override.sh: likewise. * t/parallel-tests-console-output.sh: likewise. * t/subobj11a.sh: likewise. * t/subobj11b.sh: likewise.
Diffstat (limited to 't/subobj11b.sh')
-rw-r--r--t/subobj11b.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/subobj11b.sh b/t/subobj11b.sh
index ee63680a8..d3500a9a6 100644
--- a/t/subobj11b.sh
+++ b/t/subobj11b.sh
@@ -15,7 +15,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Test that automake works around a bug of Solaris Make. The bug is the
-# following. If we have a Makefile containg a file inclusion like this:
+# following. If we have a Makefile containing a file inclusion like this:
# include .//foo.mk
# Solaris make fails with a message like:
# make: ... can't find '/foo.mk': No such file or directory