summaryrefslogtreecommitdiff
path: root/lint.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
commitd38aa3a8e1cae2a9ca5cd0334bd03ae4e099fa29 (patch)
treede091ac8fb55549ff527a4b56b9b6655c8e4d7a2 /lint.py
parent7786080e07a3e75d72304dcd316e6d740b8b7386 (diff)
downloadpylint-d38aa3a8e1cae2a9ca5cd0334bd03ae4e099fa29.tar.gz
fix spelling mistake pointed out by skip@pobox.com
Diffstat (limited to 'lint.py')
-rw-r--r--lint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lint.py b/lint.py
index abda05b..442dde0 100644
--- a/lint.py
+++ b/lint.py
@@ -301,7 +301,7 @@ This is used by the global evaluation report (R0004).'}),
reporter.linter = self
def set_option(self, opt_name, value, action=None, opt_dict=None):
- """overriden from configuration.OptionsProviderMixin to handle some
+ """overridden from configuration.OptionsProviderMixin to handle some
special options
"""
if opt_name in self._options_methods: