]> git.proxmox.com Git - pve-guest-common.git/commitdiff
grammar fix: s/does not exists/does not exist/g
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 13 Dec 2019 11:07:58 +0000 (12:07 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 13 Dec 2019 11:08:06 +0000 (12:08 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/GuestHelpers.pm

index 34cdc857bb05df67e67a452e57739ad971a170d7..07a62ce3a8ad960f61b3e05c27eec3c670e01b24 100644 (file)
@@ -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"