From: Wolfgang Bumiller Date: Wed, 18 May 2016 09:20:08 +0000 (+0200) Subject: typo fix X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=b8246bfca72625671c6beab19f1ad373445fa5af;hp=5ee7c8243fac7c9ccc96034ead4150d6b6d8eb0f typo fix --- diff --git a/src/PVE/INotify.pm b/src/PVE/INotify.pm index c34659f..b6749d3 100644 --- a/src/PVE/INotify.pm +++ b/src/PVE/INotify.pm @@ -340,7 +340,7 @@ sub register_file { sub register_regex { my ($dir, $regex, $parser, $writer, $update, %options) = @_; - die "can't register regex after initify_init" if $inotify; + die "can't register regex after inotify_init" if $inotify; my $uid = "$dir/$regex"; die "regular expression '$uid' already added :ERROR" if defined ($ccacheregex->{$uid});