diff --git a/ansible_mitogen/planner.py b/ansible_mitogen/planner.py index 8febbdb3..460e5be4 100644 --- a/ansible_mitogen/planner.py +++ b/ansible_mitogen/planner.py @@ -535,7 +535,7 @@ def _get_planner(name, path, source): def invoke(invocation): """ - Find a Planner subclass corresnding to `invocation` and use it to invoke + Find a Planner subclass corresponding to `invocation` and use it to invoke the module. :param Invocation invocation: