summaryrefslogtreecommitdiff
path: root/oauthlib
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-08-20 05:07:26 -0700
committerIb Lundgren <ib.lundgren@gmail.com>2013-08-20 05:07:26 -0700
commit7d81b39d5df0206597a2baa107c4ce89e0a21a1b (patch)
tree77b274de3130e5e3ce1b0219347cecf10aa53698 /oauthlib
parent1122945efbf3d1be6fed0e2279dfb81f785ad706 (diff)
parenta0b46daa7ce182fa46321e3576a02b80087788cf (diff)
downloadoauthlib-7d81b39d5df0206597a2baa107c4ce89e0a21a1b.tar.gz
Merge pull request #204 from ocfuu/master
Fixed single typo in documentation
Diffstat (limited to 'oauthlib')
-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 5fde7ee..982629f 100644
--- a/oauthlib/oauth2/rfc6749/request_validator.py
+++ b/oauthlib/oauth2/rfc6749/request_validator.py
@@ -222,7 +222,7 @@ class RequestValidator(object):
convenient, access control.
A powerful way to use scopes would mimic UNIX ACLs and see a scope
- as a group with certain privilegues. For a restful API these might
+ as a group with certain privileges. For a restful API these might
map to HTTP verbs instead of read, write and execute.
Note, the request.user attribute can be set to the resource owner