]> git.proxmox.com Git - pve-common.git/commitdiff
typo fix
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 18 May 2016 09:20:08 +0000 (11:20 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 18 May 2016 10:55:50 +0000 (12:55 +0200)
src/PVE/INotify.pm

index c34659fc843a1263565bb7dd587885ff57d7bc71..b6749d319d514b53f8686aed451a151fff668cf0 100644 (file)
@@ -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});