diff --git a/tracetools_analysis/tracetools_analysis/processor/__init__.py b/tracetools_analysis/tracetools_analysis/processor/__init__.py index e70868f..29b1ff2 100644 --- a/tracetools_analysis/tracetools_analysis/processor/__init__.py +++ b/tracetools_analysis/tracetools_analysis/processor/__init__.py @@ -480,7 +480,7 @@ class AutoProcessor(): :return: the list of concrete instances """ # Doing this manually to catch exceptions, e.g. when a given EventHandler subclass is - # abstract and thus should not be instanciated + # abstract and thus should not be instantiated handlers = [] for handler_class in handler_classes: try: