]> git.proxmox.com Git - pve-common.git/blobdiff - src/PVE/INotify.pm
grammar fix: s/does not exists/does not exist/g
[pve-common.git] / src / PVE / INotify.pm
index e224f78e71349e340c19d03a4bdde62bee676ed7..22f413b77ba3313e9cf9828ca8a1e5ce519ab45d 100644 (file)
@@ -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 {