Fix typos in test comments.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 16 Dec 2010 18:52:48 +0000 (19:52 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 16 Dec 2010 18:52:48 +0000 (19:52 +0100)
* 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>
ChangeLog
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

index 3088682..abeaf00 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       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.
+
 2010-12-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        Test `$(var:suf=rpl)' expansion in special automake variables.
index 13d05b6..f1ffeae 100755 (executable)
@@ -37,7 +37,7 @@ bar.data bazzardoz:
 CLEANFILES = bar.data bazzardoz
 
 # 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.
 dist_foo_DATA = $(t1:=.txt)
 foo_DATA = $(t2:x=.data)
 nodist_foo_DATA = $(t3:.y=zardoz)
index 3509575..c3bf970 100755 (executable)
@@ -30,7 +30,7 @@ t1 = foo1 foo2
 t2 = bar.x
 t3 = baz-y
 # 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.
 EXTRA_DIST = $(t1:=.c) $(t2:.x=.f) $(t3:-y=ar)
 bazar bar.f:
        : > $@
index d4c5a7e..fa3a12c 100755 (executable)
@@ -38,7 +38,7 @@ zardoz_PROGRAMS = foo bar
 noinst_LIBRARIES = libquux1.a libquux2.a libquux3.a
 
 # 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.
 LDADD = $(u:.lib=.a)
 bar_LDADD = $(v:=.a) libquux2.a $(w:none=libquux3.a)
 
index 23e7e78..79b96bc 100755 (executable)
@@ -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:
index 7af1d93..c482db4 100755 (executable)
@@ -34,7 +34,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_LTLIBRARIES = $(foolibs:=.la) $(barlibs:z=r.la)
 
 libbar.c:
index 73e5479..a8471f6 100755 (executable)
@@ -31,7 +31,7 @@ t1 = foo1 foo2
 t2 = barx bar2
 
 # 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.
 bin_PROGRAMS = $(t1:=-p) $(t2:2=y)
 
 installcheck-local:
index 94b51af..a6f253b 100755 (executable)
@@ -35,7 +35,7 @@ bar1 bar2 quux.pl:
 CLEANFILES = bar1 bar2 quux.pl
 
 # 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.
 dist_sbin_SCRIPTS = $(t1:=.sh)
 libexec_SCRIPTS = $(t2:x=)
 nodist_bin_SCRIPTS = $(t3:-baz=x.pl)
index bde7b6a..97f4e55 100755 (executable)
@@ -34,7 +34,7 @@ BAR = bar__
 BAZ = baz.
 
 # 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.
 foo_SOURCES = main.c $(FOO:.cxx=.c)
 dist_foo_SOURCES = $(BAR:__=.c)
 nodist_foo_SOURCES = $(BAZ:=c)
index 158d0ad..98305ae 100755 (executable)
@@ -35,7 +35,7 @@ foo2.test barz:
 CLEANFILES = foo2.test barz # for FreeBSD make
 
 # 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.
 TESTS = $(t1:=.test) $(t2:x=y) $(t3:2=z)
 
 EXTRA_DIST = $(TESTS)