From: Ralf Wildenhues Date: Thu, 16 Dec 2010 18:52:48 +0000 (+0100) Subject: Fix typos in test comments. X-Git-Tag: ng-0.5a~300^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c65a679d59426c17fba6e4d2e49f8dabef2b9f26;p=thirdparty%2Fautomake.git 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 --- diff --git a/ChangeLog b/ChangeLog index 308868255..abeaf005d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2010-12-16 Ralf Wildenhues + + 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 Test `$(var:suf=rpl)' expansion in special automake variables. diff --git a/tests/posixsubst-data.test b/tests/posixsubst-data.test index 13d05b65c..f1ffeae3e 100755 --- a/tests/posixsubst-data.test +++ b/tests/posixsubst-data.test @@ -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) diff --git a/tests/posixsubst-extradist.test b/tests/posixsubst-extradist.test index 35095755f..c3bf970bb 100755 --- a/tests/posixsubst-extradist.test +++ b/tests/posixsubst-extradist.test @@ -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: : > $@ diff --git a/tests/posixsubst-ldadd.test b/tests/posixsubst-ldadd.test index d4c5a7e0d..fa3a12ca1 100755 --- a/tests/posixsubst-ldadd.test +++ b/tests/posixsubst-ldadd.test @@ -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) 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: diff --git a/tests/posixsubst-ltlibraries.test b/tests/posixsubst-ltlibraries.test index 7af1d939b..c482db47c 100755 --- a/tests/posixsubst-ltlibraries.test +++ b/tests/posixsubst-ltlibraries.test @@ -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: diff --git a/tests/posixsubst-programs.test b/tests/posixsubst-programs.test index 73e5479ec..a8471f627 100755 --- a/tests/posixsubst-programs.test +++ b/tests/posixsubst-programs.test @@ -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: diff --git a/tests/posixsubst-scripts.test b/tests/posixsubst-scripts.test index 94b51afa0..a6f253bf9 100755 --- a/tests/posixsubst-scripts.test +++ b/tests/posixsubst-scripts.test @@ -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) diff --git a/tests/posixsubst-sources.test b/tests/posixsubst-sources.test index bde7b6ab7..97f4e55b9 100755 --- a/tests/posixsubst-sources.test +++ b/tests/posixsubst-sources.test @@ -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) diff --git a/tests/posixsubst-tests.test b/tests/posixsubst-tests.test index 158d0adfa..98305ae2c 100755 --- a/tests/posixsubst-tests.test +++ b/tests/posixsubst-tests.test @@ -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)