diff --git a/lib/rucio/transfertool/fts3_plugins.py b/lib/rucio/transfertool/fts3_plugins.py index 1cc9594a97..854c0201ff 100644 --- a/lib/rucio/transfertool/fts3_plugins.py +++ b/lib/rucio/transfertool/fts3_plugins.py @@ -104,7 +104,7 @@ def _activity_hints(self, activity_kwargs: dict[str, str], default_prority: str @staticmethod def _collocation(collocation_func: 'Callable', hints: dict[str, Any]) -> dict[str, dict]: """ - Wraps a 'collacation' style plugin for formatting + Wraps a 'collocation' style plugin for formatting :param collocation_func: Function that defines the collocation rules :param hints: kwargs utilized by the collocation rules