summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2011-11-15 01:32:04 -0800
committerSebastien Martini <seb@dbzteam.org>2011-11-15 01:32:04 -0800
commit0b7358be43fc3be76f48ecb34e6bcbc0cb60e9c9 (patch)
treea6784d124373dcfaf16db693c73a8f2671db7f7c
parent92e6abb6cd41ba1b9ea2ebe9789bf0cf04708c2b (diff)
parent55a8f0f36196cbea815c791b8c9450ed713ae002 (diff)
downloadpyinotify-0b7358be43fc3be76f48ecb34e6bcbc0cb60e9c9.tar.gz
Merge pull request #24 from Flyser/patch-1
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