From: Thomas Lamprecht Date: Fri, 13 Dec 2019 11:05:28 +0000 (+0100) Subject: grammar fix: s/does not exists/does not exist/g X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=a79c774386558334b07e84e0445c8c7ad60ab126;p=pve-cluster.git grammar fix: s/does not exists/does not exist/g Signed-off-by: Thomas Lamprecht --- diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm index c1d8b09..b4fac03 100644 --- a/data/PVE/Cluster.pm +++ b/data/PVE/Cluster.pm @@ -470,7 +470,7 @@ my $ccache_read = sub { my $ci = $ccache->{$filename}; if (!$ci->{version} || !$version || $ci->{version} != $version) { - # we always call the parser, even when the file does not exists + # we always call the parser, even when the file does not exist # (in that case $data is undef) my $data = get_config($filename); $ci->{data} = &$parser("/etc/pve/$filename", $data);