From 1dc42cb4f6ac4ccd6202cc0b4d4d578b3b9a3b2c Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Tue, 31 Dec 2019 14:04:30 -0500 Subject: [PATCH] Fix misspelling --- tracetools_analysis/tracetools_analysis/processor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: