summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlyser <flyser42@gmx.de>2011-11-15 09:54:16 +0100
committerFlyser <flyser42@gmx.de>2011-11-15 09:54:16 +0100
commit55a8f0f36196cbea815c791b8c9450ed713ae002 (patch)
treea6784d124373dcfaf16db693c73a8f2671db7f7c
parent92e6abb6cd41ba1b9ea2ebe9789bf0cf04708c2b (diff)
downloadpyinotify-55a8f0f36196cbea815c791b8c9450ed713ae002.tar.gz
fix IN_DELATE typo
-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