Spelling error

This commit is contained in:
Roland Hedberg
2013-10-21 13:18:39 +02:00
parent d43cba279d
commit 06aa2dda99

View File

@@ -356,7 +356,7 @@ class SAML2client(object):
except KeyError:
pass
for key in ["depends", "endpoints"]:
for key in ["depend", "endpoints"]:
try:
item[key] = val[key]
except KeyError: