From bb565445fa1c45451eccc46c736e2914e7297df0 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 31 May 2021 08:39:41 +0200 Subject: Fixed typos using https://github.com/crate-ci/typos --- clone_build_tree.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clone_build_tree.pl') 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)) { -- cgit v1.2.1