summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>2006-05-27 20:55:37 +0200
committerAlexandre Fayolle <alexandre.fayolle@logilab.fr>2006-05-27 20:55:37 +0200
commitba8eebffff2bba4ac9ddc4763279f8ef5a3f5f2a (patch)
treede091ac8fb55549ff527a4b56b9b6655c8e4d7a2 /setup.py
parent72706c9a72a38c515645ea5ef88daac2a8a9fa97 (diff)
downloadpylint-git-ba8eebffff2bba4ac9ddc4763279f8ef5a3f5f2a.tar.gz
fix spelling mistake pointed out by skip@pobox.com
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 39c490096..befbfcb3c 100644
--- a/setup.py
+++ b/setup.py
@@ -138,7 +138,7 @@ class MyInstallLib(install_lib.install_lib):
include_dirs variable if necessary
"""
def run(self):
- """overriden from install_lib class"""
+ """overridden from install_lib class"""
install_lib.install_lib.run(self)
# create Products.__init__.py if needed
if subpackage_of: