summaryrefslogtreecommitdiff
path: root/python2/examples/transient_file.py
diff options
context:
space:
mode:
Diffstat (limited to 'python2/examples/transient_file.py')
-rw-r--r--python2/examples/transient_file.py2
1 files changed, 1 insertions, 1 deletions
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