summaryrefslogtreecommitdiff
path: root/oauthlib/oauth2/rfc6749/request_validator.py
diff options
context:
space:
mode:
authorJan Wrobel <wrr@mixedbit.org>2013-11-12 11:32:15 +0100
committerJan Wrobel <wrr@mixedbit.org>2013-11-12 11:32:15 +0100
commit8671b4bf6bfb4c6e457d97a8d0b3ad7f638d75e1 (patch)
tree3995a5136fa209fb50d3ffd7e54217eeb8ddcfea /oauthlib/oauth2/rfc6749/request_validator.py
parentf1ba05b04482b1e1ed91b0a88a471ac753f67e55 (diff)
downloadoauthlib-8671b4bf6bfb4c6e457d97a8d0b3ad7f638d75e1.tar.gz
Fix typo (Issue #224).
Diffstat (limited to 'oauthlib/oauth2/rfc6749/request_validator.py')
-rw-r--r--oauthlib/oauth2/rfc6749/request_validator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oauthlib/oauth2/rfc6749/request_validator.py b/oauthlib/oauth2/rfc6749/request_validator.py
index ba2984a..a66ddc2 100644
--- a/oauthlib/oauth2/rfc6749/request_validator.py
+++ b/oauthlib/oauth2/rfc6749/request_validator.py
@@ -158,7 +158,7 @@ class RequestValidator(object):
needs to be within the scope of the original token. This is
ensured by checking that all requested scopes strings are on
the list returned by the get_original_scopes. If this check
- fails, is_withing_original_scope is called. The method can be
+ fails, is_within_original_scope is called. The method can be
used in situations where returning all valid scopes from the
get_original_scopes is not practical.