diff --git a/poethepoet/executor/base.py b/poethepoet/executor/base.py index 6aefd88da..71c7acf23 100644 --- a/poethepoet/executor/base.py +++ b/poethepoet/executor/base.py @@ -79,7 +79,7 @@ def __init__( self._is_windows = sys.platform == "win32" if POE_DEBUG: - print(f" . Initalizing {self.__class__.__name__}") + print(f" . Initializing {self.__class__.__name__}") @classmethod def works_with_context(cls, context: "RunContext") -> bool: