From: Thierry Parmentelat Date: Wed, 23 Mar 2011 14:12:28 +0000 (+0100) Subject: spelling X-Git-Tag: sfa-1.0-21-ckp1~74^2~52 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=77714215faff48f21434141eed4be428491532c8;p=sfa.git spelling --- diff --git a/sfa/managers/registry_manager_pl.py b/sfa/managers/registry_manager_pl.py index 135fd8da..8df08918 100644 --- a/sfa/managers/registry_manager_pl.py +++ b/sfa/managers/registry_manager_pl.py @@ -87,14 +87,14 @@ def get_credential(api, xrn, type, is_self=False): def resolve(api, xrns, type=None, full=True): - # load all know registry names into a prefix tree and attempt to find + # load all known registry names into a prefix tree and attempt to find # the longest matching prefix if not isinstance(xrns, types.ListType): if not type: type = Xrn(xrns).get_type() xrns = [xrns] hrns = [urn_to_hrn(xrn)[0] for xrn in xrns] - # create a dict whre key is an registry hrn and its value is a + # create a dict where key is a registry hrn and its value is a # hrns at that registry (determined by the known prefix tree). xrn_dict = {} registries = api.registries