summaryrefslogtreecommitdiff
path: root/tests/scripts
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/scripts
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/scripts')
-rw-r--r--tests/scripts/variables/private2
1 files changed, 1 insertions, 1 deletions
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