X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=nepi%2Fexecution%2Fresource.py;h=bf2339fa161ebfcc5de9d9150656ce5eefea16aa;hb=6d360b78f3ab908a9087520ce4dc254459c25829;hp=1d85ee021a2a3081b6c4b4320afb430829102721;hpb=941fd7f54114b824fa26563d389a7ae07426fe14;p=nepi.git diff --git a/nepi/execution/resource.py b/nepi/execution/resource.py index 1d85ee02..bf2339fa 100644 --- a/nepi/execution/resource.py +++ b/nepi/execution/resource.py @@ -1168,7 +1168,7 @@ class ResourceFactory(object): @classmethod def create(cls, rtype, ec, guid): - """Create a new instance of a Ressource Manager""" + """Create a new instance of a Resource Manager""" rclass = cls._resource_types[rtype] return rclass(ec, guid)