summaryrefslogtreecommitdiff
path: root/tests/test_driver.pl
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2020-01-20 19:16:52 -0500
committerPaul Smith <psmith@gnu.org>2020-01-20 19:25:54 -0500
commit453334882668f7e21a85491965f9d369cdd762c4 (patch)
treefe140a936ce352b5e65c80c2d2186c6d956d9d32 /tests/test_driver.pl
parent68fbad666703308648984fbac983a40b506aa9b4 (diff)
downloadmake-git-453334882668f7e21a85491965f9d369cdd762c4.tar.gz
Apply spelling corrections from Fossies spellcheck
See https://fossies.org/features.html#codespell Spelling issues in Git commit messages or lib/* source are not applied. * README.OS2.template: Apply spelling corrections. * README.VMS: Ditto. * src/commands.c: Ditto. * src/config.ami.template: Ditto. * src/configh.dos.template: Ditto. * src/job.c: Ditto. * src/job.h: Ditto. * src/read.c: Ditto. * src/variable.c: Ditto. * src/vms_exit.c: Ditto. * src/vms_export_symbol.c: Ditto. * src/vms_progname.c: Ditto. * src/vmsfunctions.c: Ditto. * src/vmsjobs.c: Ditto. * src/w32/pathstuff.c: Ditto. * tests/scripts/variables/automatic: Ditto. * tests/test_driver.pl: 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 f18e7854..ccd43c5f 100644
--- a/tests/test_driver.pl
+++ b/tests/test_driver.pl
@@ -266,7 +266,7 @@ sub toplevel
foreach my $dir (@dirs) {
next if ($dir =~ /^(\..*|CVS|RCS)$/ || ! -d "$scriptpath/$dir");
push (@rmdirs, $dir);
- # VMS can have overlayed file systems, so directories may repeat.
+ # VMS can have overlaid file systems, so directories may repeat.
next if -d "$workpath/$dir";
mkdir ("$workpath/$dir", 0777)
or &error ("Couldn't mkdir $workpath/$dir: $!\n");