summaryrefslogtreecommitdiff
path: root/pyflakes/reporter.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyflakes/reporter.py')
-rw-r--r--pyflakes/reporter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyflakes/reporter.py b/pyflakes/reporter.py
index ae645bd..8b56e74 100644
--- a/pyflakes/reporter.py
+++ b/pyflakes/reporter.py
@@ -38,7 +38,7 @@ class Reporter(object):
def syntaxError(self, filename, msg, lineno, offset, text):
"""
- There was a syntax errror in C{filename}.
+ There was a syntax error in C{filename}.
@param filename: The path to the file with the syntax error.
@ptype filename: C{unicode}