summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/flake8/checker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flake8/checker.py b/src/flake8/checker.py
index ce33737..5379362 100644
--- a/src/flake8/checker.py
+++ b/src/flake8/checker.py
@@ -446,7 +446,7 @@ class FileChecker(object):
"Plugin %s raised an unexpected exception", plugin["name"]
)
raise exceptions.PluginExecutionFailed(
- plugin=plugin, excetion=all_exc
+ plugin=plugin, exception=all_exc
)
@staticmethod