summaryrefslogtreecommitdiff
path: root/clone_build_tree.pl
diff options
context:
space:
mode:
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)) {