From: Thierry Parmentelat Date: Thu, 14 Oct 2010 15:05:49 +0000 (+0200) Subject: fix typo X-Git-Tag: sfa-1.0-5~24 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ab812ca7709d088770f730898da6eca7b765a4fe;p=sfa.git fix typo --- diff --git a/sfa/managers/registry_manager_pl.py b/sfa/managers/registry_manager_pl.py index f71915e7..944a997f 100644 --- a/sfa/managers/registry_manager_pl.py +++ b/sfa/managers/registry_manager_pl.py @@ -160,7 +160,7 @@ def list(api, xrn, origin_hrn=None): record_list = registries[registry_hrn].list(credential, xrn, origin_hrn) records = [SfaRecord(dict=record).as_dict() for record in record_list] - # if we still havnt found the record yet, try the local registry + # if we still have not found the record yet, try the local registry if not records: if not api.auth.hierarchy.auth_exists(hrn): raise MissingAuthority(hrn)