From 55a8f0f36196cbea815c791b8c9450ed713ae002 Mon Sep 17 00:00:00 2001 From: Flyser Date: Tue, 15 Nov 2011 09:54:16 +0100 Subject: fix IN_DELATE typo --- python2/examples/transient_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python2/examples/transient_file.py b/python2/examples/transient_file.py index 3df2a97..3e6197e 100644 --- a/python2/examples/transient_file.py +++ b/python2/examples/transient_file.py @@ -10,7 +10,7 @@ class ProcessTransientFile(pyinotify.ProcessEvent): print '\t', event.pathname, ' -> written' def process_default(self, event): - # Implicitely IN_CREATE and IN_DELATE are watched too. You can + # Implicitely IN_CREATE and IN_DELETE are watched too. You can # ignore them and provide an empty process_default or you can # process them, either with process_default or their dedicated # method (process_IN_CREATE, process_IN_DELETE) which would -- cgit v1.2.1