tree-wide: fix typos with codespell

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2021-06-23 08:07:20 +02:00
parent 5b955999b9
commit ffc31266da
13 changed files with 24 additions and 24 deletions

View File

@ -565,7 +565,7 @@ sub path {
my $repo = PVE::PBSClient::get_repository($scfg);
# artifical url - we currently do not use that anywhere
# artificial url - we currently do not use that anywhere
my $path = "pbs://$repo/$name";
return ($path, $vmid, $vtype);
@ -758,7 +758,7 @@ sub activate_storage {
}
}
die "$storeid: Cannot find datastore '$datastore', check permissions and existance!\n";
die "$storeid: Cannot find datastore '$datastore', check permissions and existence!\n";
}
sub deactivate_storage {