summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2011-11-15 01:33:40 -0800
committerSebastien Martini <seb@dbzteam.org>2011-11-15 01:33:40 -0800
commitb55d650cb709cf6487320e90899ad809814b28ed (patch)
tree83217f536c08ede263f9b7693e6994841c736668
parent0b7358be43fc3be76f48ecb34e6bcbc0cb60e9c9 (diff)
parent436dc1ab60e483c264be9f94c4a9f3f7950270a5 (diff)
downloadpyinotify-b55d650cb709cf6487320e90899ad809814b28ed.tar.gz
Merge pull request #25 from Flyser/patch-2
fix typo "dependancies". @flyser Thanks for your help.
-rwxr-xr-xpython2/examples/autocompile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python2/examples/autocompile.py b/python2/examples/autocompile.py
index eed13c3..15981a0 100755
--- a/python2/examples/autocompile.py
+++ b/python2/examples/autocompile.py
@@ -10,7 +10,7 @@
# Example:
# ./autocompile.py /my-latex-document-dir .tex,.bib "make pdf"
#
-# Dependancies:
+# Dependencies:
# Linux, Python 2.6, Pyinotify
#
import subprocess