grammar fix: s/does not exists/does not exist/g
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -132,7 +132,7 @@ sub storage_config {
|
||||
|
||||
my $scfg = $cfg->{ids}->{$storeid};
|
||||
|
||||
die "storage '$storeid' does not exists\n" if (!$noerr && !$scfg);
|
||||
die "storage '$storeid' does not exist\n" if (!$noerr && !$scfg);
|
||||
|
||||
return $scfg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user