summaryrefslogtreecommitdiff
path: root/src/saml2/entity.py
diff options
context:
space:
mode:
authorYo Sub Kwon <yo@launchkey.com>2015-05-19 16:09:55 -0700
committerYo Sub Kwon <yo@launchkey.com>2015-05-19 16:09:55 -0700
commit79fe8a9c7e5d8db964ead5f29d0eda6dd3976373 (patch)
treeeffbb50ccda1c78528afecb18710a7c032f578b0 /src/saml2/entity.py
parent45a676246c0e0a7c09fdb4f00a5fed1d84061407 (diff)
downloadpysaml2-79fe8a9c7e5d8db964ead5f29d0eda6dd3976373.tar.gz
Fix typo 'unknown'
Diffstat (limited to 'src/saml2/entity.py')
-rw-r--r--src/saml2/entity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/entity.py b/src/saml2/entity.py
index cfb04f0c..6eed8612 100644
--- a/src/saml2/entity.py
+++ b/src/saml2/entity.py
@@ -281,7 +281,7 @@ class Entity(HTTPBase):
#logger.error("Bindings: %s" % bindings)
#logger.error("Entities: %s" % self.metadata)
- raise SAMLError("Unkown entity or unsupported bindings")
+ raise SAMLError("Unknown entity or unsupported bindings")
def message_args(self, message_id=0):
if not message_id: