summaryrefslogtreecommitdiff
path: root/tests/posixsubst-libraries.test
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-12-16 19:52:48 +0100
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-12-16 19:52:48 +0100
commitc65a679d59426c17fba6e4d2e49f8dabef2b9f26 (patch)
treef4c3c7a00201d234348344ad174e31b4477d6f09 /tests/posixsubst-libraries.test
parent9e44e6449112c79a4fe097854207ba52dd17d391 (diff)
downloadautomake-c65a679d59426c17fba6e4d2e49f8dabef2b9f26.tar.gz
Fix typos in test comments.
* tests/posixsubst-data.test, tests/posixsubst-extradist.test, tests/posixsubst-ldadd.test, tests/posixsubst-libraries.test, tests/posixsubst-ltlibraries.test, tests/posixsubst-programs.test, tests/posixsubst-scripts.test, tests/posixsubst-sources.test, tests/posixsubst-tests.test: Fix typos. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'tests/posixsubst-libraries.test')
-rwxr-xr-xtests/posixsubst-libraries.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/posixsubst-libraries.test b/tests/posixsubst-libraries.test
index 23e7e7850..79b96bc25 100755
--- a/tests/posixsubst-libraries.test
+++ b/tests/posixsubst-libraries.test
@@ -33,7 +33,7 @@ foolibs = libfoo1 libfoo2
barlibs = libbaz
# Try also with `:=', to ensure the parser is not unduly confused
-# into thinking that it's an unportable assignement operator.
+# into thinking that it's an unportable assignment operator.
lib_LIBRARIES = $(foolibs:=.a) $(barlibs:z=r.a)
libbar.c: