From: Thomas Lamprecht Date: Fri, 13 Dec 2019 11:05:54 +0000 (+0100) Subject: grammar fix: s/does not exists/does not exist/g X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=1f929ade0a08f9a402dcc74ae96b36e8d44b1eff grammar fix: s/does not exists/does not exist/g Signed-off-by: Thomas Lamprecht --- 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 {