summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-04-30 15:37:03 +0200
committerPaul Smith <psmith@gnu.org>2013-05-05 20:50:37 -0400
commit13f13b96b3182cf7569b98c6235675af11a6a3de (patch)
tree10ffc8fa2b712c287158a297ab5566a8925dfe93 /tests
parentc3cd78066c10b213b98cd28459d9971f7809bc81 (diff)
downloadgunmake-13f13b96b3182cf7569b98c6235675af11a6a3de.tar.gz
cosmetics: fix few innocuous typos
Most of these were found using Lucas De Marchi's 'codespell' tool. * ChangeLog: Fix minor typos. * ChangeLog.2: Likewise. * README.Amiga: Likewise. * TODO.private: Likewise. * function.c: Likewise. * glob/glob.h: Likewise. * job.c: Likewise. * main.c: Likewise. * readme.vms: Likewise. * remake.c: Likewise. * tests/ChangeLog: Likewise. * tests/NEWS: Likewise. * tests/README: Likewise. * tests/scripts/variables/private: Likewise. * vmsdir.h: Likewise. * signame.c: Likewise. While at it, improve line wrapping in the touched comment. Copyright-paperwork-exempt: yes Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/ChangeLog10
-rw-r--r--tests/NEWS2
-rw-r--r--tests/README4
-rw-r--r--tests/scripts/variables/private2
4 files changed, 9 insertions, 9 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index d98e938..260093a 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -512,7 +512,7 @@
* test_driver.pl (toplevel): Skip all hidden files/directories (ones
beginning with ".").
- * scripts/functions/andor: Tests for $(and ..) and $(or ...)
+ * scripts/functions/andor: Tests for $(and ...) and $(or ...)
functions.
2006-02-08 Boris Kolpackov <boris@kolpackov.net>
@@ -599,9 +599,9 @@
2005-08-13 Boris Kolpackov <boris@kolpackov.net>
- * scripts/functions/wildcard: Wrap calls to $(wildcard ) with
+ * scripts/functions/wildcard: Wrap calls to $(wildcard) with
$(sort) so that the resulting order is no longer filesystem-
- dependant.
+ dependent.
2005-08-10 Boris Kolpackov <boris@kolpackov.net>
@@ -672,7 +672,7 @@
2005-06-09 Paul D. Smith <psmith@gnu.org>
- * scripts/functions/foreach: Add a test for Savannah bug #11913.
+ * scripts/functions/foreach: Add a test for Savannah bug #11913.
2005-05-31 Boris Kolpackov <boris@kolpackov.net>
@@ -692,7 +692,7 @@
2005-05-02 Paul D. Smith <psmith@gnu.org>
* scripts/features/parallelism: Add a test for exporting recursive
- variables containing $(shell ) calls. Rewrite this script to use
+ variables containing $(shell) calls. Rewrite this script to use
run_make_test() everywhere.
2005-04-07 Paul D. Smith <psmith@gnu.org>
diff --git a/tests/NEWS b/tests/NEWS
index d7189f8..0193a21 100644
--- a/tests/NEWS
+++ b/tests/NEWS
@@ -72,7 +72,7 @@ Changes from 0.4.4 to 0.4.5 (April 29, 1995):
Also, some tests and stuff still haven't made it in because I
haven't had time to write the test scripts for them. But they,
- too, will get in eventually. Contributions of scripts (ie, tests
+ too, will get in eventually. Contributions of scripts (i.e., tests
that I can just drop in) are particularly welcome and will be
incorporated immediately.
diff --git a/tests/README b/tests/README
index 6db4816..e604f3e 100644
--- a/tests/README
+++ b/tests/README
@@ -38,7 +38,7 @@ To run the test suite on Windows NT or DOS systems, use
"perl.exe ./run_make-tests.pl".
By default, the test engine picks up the first executable called "make"
-that it finds in your path. You may use the -make_path option (ie,
+that it finds in your path. You may use the -make_path option (i.e.,
"perl run_make_tests -make_path /usr/local/src/make-3.78/make") if
you want to run a particular copy. This now works correctly with
relative paths and when make is called something other than "make" (like
@@ -58,7 +58,7 @@ The options/dash-l test will not really test anything if the copy of
make you are using can't obtain the system load. Some systems require
make to be setgid sys or kmem for this; if you don't want to install
make just to test it, make it setgid to kmem or whatever group /dev/kmem
-is (ie, "chgrp kmem make;chmod g+s make" as root). In any case, the
+is (i.e., "chgrp kmem make;chmod g+s make" as root). In any case, the
options/dash-l test should no longer *fail* because make can't read
/dev/kmem.
diff --git a/tests/scripts/variables/private b/tests/scripts/variables/private
index 012274e..8967ffb 100644
--- a/tests/scripts/variables/private
+++ b/tests/scripts/variables/private
@@ -75,7 +75,7 @@ a b: ; @echo $@=$(private)
',
'', "b=a\na=a\n");
-# 9: make sure private suppresses inheritence
+# 9: make sure private suppresses inheritance
run_make_test(q!
DEFS = FOO
all: bar1