[pve-devel] [PATCH common] typo fix

Wolfgang Bumiller w.bumiller at proxmox.com
Wed May 18 11:20:08 CEST 2016


---
 src/PVE/INotify.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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});
-- 
2.1.4





More information about the pve-devel mailing list