diff --git a/lib/rucio/client/replicaclient.py b/lib/rucio/client/replicaclient.py index 0dd42c0824..380fe4540d 100644 --- a/lib/rucio/client/replicaclient.py +++ b/lib/rucio/client/replicaclient.py @@ -273,7 +273,7 @@ def add_replicas(self, rse, files, ignore_availability=True): :param rse: the RSE name. :param files: The list of files. This is a list of DIDs like : [{'scope': , 'name': }, {'scope': , 'name': }, ...] - :param ignore_availability: Ignore the RSE blocklsit. + :param ignore_availability: Ignore the RSE blocklist. :return: True if files were created successfully.