summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2014-07-10 20:51:47 +0200
committerSebastien Martini <seb@dbzteam.org>2014-07-10 20:51:47 +0200
commita52442de1b19b59d5f6144f2d60c2fd2b010a353 (patch)
tree65ee3df64a90a4b76859b4c9fe0c150fa5577fe9
parentd2b201ea12e60ec9daee083ee886d1537e751a4b (diff)
downloadpyinotify-a52442de1b19b59d5f6144f2d60c2fd2b010a353.tar.gz
Typo.
-rw-r--r--python2/examples/daemon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python2/examples/daemon.py b/python2/examples/daemon.py
index c0246f7..3e32e85 100644
--- a/python2/examples/daemon.py
+++ b/python2/examples/daemon.py
@@ -43,7 +43,7 @@ on_loop_func = functools.partial(on_loop, counter=Counter())
# before this method is called otherwise it will raise an exception.
# /tmp/pyinotify.log is used as log file to dump received events. Likewise
# in your real code choose a more appropriate location for instance under
-# /var/log (this file may contain sensible data). Finally, callback is the
+# /var/log (this file may contain sensitive data). Finally, callback is the
# above function and will be called after each event loop.
try:
notifier.loop(daemonize=True, callback=on_loop_func,