From fb73d112aa06ee5d8db05a73fc6bc8be570f7a11 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 13 Dec 2019 12:07:58 +0100 Subject: [PATCH] grammar fix: s/does not exists/does not exist/g Signed-off-by: Thomas Lamprecht --- PVE/GuestHelpers.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/GuestHelpers.pm b/PVE/GuestHelpers.pm index 34cdc85..07a62ce 100644 --- a/PVE/GuestHelpers.pm +++ b/PVE/GuestHelpers.pm @@ -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" -- 2.39.2