mirror of
git://git.proxmox.com/git/pve-guest-common.git
synced 2025-03-12 20:58:20 +03:00
grammar fix: s/does not exists/does not exist/g
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
727080edd9
commit
fb73d112aa
@ -36,7 +36,7 @@ sub check_hookscript {
|
||||
die "'$volid' is not in the snippets directory\n"
|
||||
if $type ne 'snippets';
|
||||
|
||||
die "script '$volid' does not exists\n"
|
||||
die "script '$volid' does not exist\n"
|
||||
if ! -f $path;
|
||||
|
||||
die "script '$volid' is not executable\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user