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