summaryrefslogtreecommitdiff
path: root/tests/test_driver.pl
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-12-31 13:21:09 -0500
committerPaul Smith <psmith@gnu.org>2022-12-31 13:21:09 -0500
commitc91b269f66126ae88cec99c25c39816be97aeaa0 (patch)
tree22466720b32f61a8ecaf08ad221af88ba92fa4d4 /tests/test_driver.pl
parent29f453739f0059f632ce2963ca0c68f8bf6c5991 (diff)
downloadmake-git-c91b269f66126ae88cec99c25c39816be97aeaa0.tar.gz
Apply spelling fixes discovered by Codespell
* maintMakefile: Apply spelling fixes. * src/file.c: Ditto. * src/misc.c: Ditto. * src/remake.c: Ditto. * src/vmsjobs.c: Ditto. * src/w32/pathstuff.c: Ditto. * tests/test_driver.pl: Ditto. * tests/run_make_tests.com: Ditto * tests/scripts/features/implicit_search: Ditto * tests/scripts/features/output-sync: Ditto * tests/scripts/features/patternrules: Ditto * tests/scripts/features/se_explicit: Ditto * tests/scripts/features/statipattrules: Ditto * tests/scripts/functions/foreach: Ditto * tests/scripts/variables/MAKEFLAGS: Ditto
Diffstat (limited to 'tests/test_driver.pl')
-rw-r--r--tests/test_driver.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_driver.pl b/tests/test_driver.pl
index 26b59998..e5665bdd 100644
--- a/tests/test_driver.pl
+++ b/tests/test_driver.pl
@@ -836,7 +836,7 @@ sub compare_answer_vms
return 1 if ($log eq $kgo);
# VMS wants target device to exist or generates an error,
- # Some test tagets look like VMS devices and trip this.
+ # Some test targets look like VMS devices and trip this.
$log =~ s/^.+\: no such device or address.*$//gim;
$log =~ s/\n\n/\n/gm;
$log =~ s/^\n+//gm;