summaryrefslogtreecommitdiff
path: root/clone_build_tree.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-05-31 08:39:41 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-05-31 08:39:41 +0200
commitbb565445fa1c45451eccc46c736e2914e7297df0 (patch)
tree673f67742d0fcd3f5fdcdf006be0afbbdba099eb /clone_build_tree.pl
parent0a914b51f76028d91b3738c51f860f3dd00097d1 (diff)
downloadMPC-bb565445fa1c45451eccc46c736e2914e7297df0.tar.gz
Fixed typos using https://github.com/crate-ci/typos
Diffstat (limited to 'clone_build_tree.pl')
-rwxr-xr-xclone_build_tree.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/clone_build_tree.pl b/clone_build_tree.pl
index fdefc0e1..8a64a44c 100755
--- a/clone_build_tree.pl
+++ b/clone_build_tree.pl
@@ -269,7 +269,7 @@ sub symlinkFiles {
}
}
- ## Remove links that point to non-existant files. The subroutine is
+ ## Remove links that point to non-existent files. The subroutine is
## now anonymous to avoid the "will not stay shared" warning for %dirs.
my %dirs;
File::Find::find({wanted => sub {
@@ -334,7 +334,7 @@ sub hardlinkFiles {
}
}
- ## Remove links that point to non-existant files
+ ## Remove links that point to non-existent files
my $lfh = new FileHandle();
my $txt = "$fullbuild/clone_build_tree.links";
if (open($lfh, $txt)) {