From ab812ca7709d088770f730898da6eca7b765a4fe Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 14 Oct 2010 17:05:49 +0200 Subject: [PATCH] fix typo --- sfa/managers/registry_manager_pl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.45.2