summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2013-03-24 16:50:18 -0400
committerIan Cordasco <graffatcolmingov@gmail.com>2013-03-24 16:50:18 -0400
commit490b46c7ab03bf503774a89e750ad4e41f564f6b (patch)
tree371953b866970d29606346ba1752a3f8f79423f9
parentf333b22ba609138533164d4680bc668fc6dfbf62 (diff)
downloadflake8-490b46c7ab03bf503774a89e750ad4e41f564f6b.tar.gz
Yay I can't type any more
-rw-r--r--flake8/hooks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake8/hooks.py b/flake8/hooks.py
index dd8fb54..690aeed 100644
--- a/flake8/hooks.py
+++ b/flake8/hooks.py
@@ -160,7 +160,7 @@ def install_hook():
fd.write(git_hook_file)
# 0b111100100 == rwxr--r--
# Python 2.5 doesn't support 0b syntax so note that the above binary
- # value is equilvanet to 484 in decimal
+ # value is equivalent to 484 in decimal
os.chmod(vcs, 484)
elif 'hg' in vcs:
_install_hg_hook(vcs)