diff --git a/src/DIRAC/Resources/Storage/StorageBase.py b/src/DIRAC/Resources/Storage/StorageBase.py index 5b85279bf47..bc707d3f865 100755 --- a/src/DIRAC/Resources/Storage/StorageBase.py +++ b/src/DIRAC/Resources/Storage/StorageBase.py @@ -324,7 +324,7 @@ def getTransportURL(self, pathDict, protocols): def constructURLFromLFN(self, lfn, withWSUrl=False): """Construct URL from the given LFN according to the VO convention for the - primary protocol of the storage plagin + primary protocol of the storage plugin :param str lfn: file LFN :param boolean withWSUrl: flag to include the web service part into the resulting URL