From 1f929ade0a08f9a402dcc74ae96b36e8d44b1eff Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 13 Dec 2019 12:05:54 +0100 Subject: [PATCH] grammar fix: s/does not exists/does not exist/g Signed-off-by: Thomas Lamprecht --- src/PVE/INotify.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/INotify.pm b/src/PVE/INotify.pm index e224f78..22f413b 100644 --- a/src/PVE/INotify.pm +++ b/src/PVE/INotify.pm @@ -312,7 +312,7 @@ sub parse_ccache_options { # noclone flag for large read-only data chunks like aplinfo $ccinfo->{$opt} = $v; } elsif ($opt eq 'always_call_parser') { - # when set, we call parser even when the file does not exists. + # when set, we call parser even when the file does not exist. # this allows the parser to return some default $ccinfo->{$opt} = $v; } else { -- 2.39.2