summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/endpoints/revocation.py
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2018-12-17 16:59:52 +0200
committerOmer Katz <omer.drow@gmail.com>2018-12-17 17:01:06 +0200
commitc5de837837d3b69edb6bb8bcfe1741047b992760 (patch)
treeda5eef0898264bc8f410b585ea9219cdefef4704 /oauthlib/oauth2/rfc6749/endpoints/revocation.py
parentc99b9c34f4736050da497aa14de93168d767e501 (diff)
downloadoauthlib-c5de837837d3b69edb6bb8bcfe1741047b992760.tar.gz
Fix typo.
Diffstat (limited to 'oauthlib/oauth2/rfc6749/endpoints/revocation.py')
-rw-r--r--oauthlib/oauth2/rfc6749/endpoints/revocation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/oauth2/rfc6749/endpoints/revocation.py b/oauthlib/oauth2/rfc6749/endpoints/revocation.py
index 00da64a..4cd96a7 100644
--- a/oauthlib/oauth2/rfc6749/endpoints/revocation.py
+++ b/oauthlib/oauth2/rfc6749/endpoints/revocation.py
@@ -123,4 +123,4 @@ class RevocationEndpoint(BaseEndpoint):
"""
self._raise_on_missing_token(request)
self._raise_on_invalid_client(request)
- self._raise_on_unspported_token(request)
+ self._raise_on_unsupported_token(request)