summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHnk Reno <ocfuu@users.noreply.github.com>2013-08-20 09:42:59 +0200
committerHnk Reno <ocfuu@users.noreply.github.com>2013-08-20 09:42:59 +0200
commita0b46daa7ce182fa46321e3576a02b80087788cf (patch)
treee62272fff3a7d8b512730d1a44609ee1a18ad6e7
parent6fe70413ee6c87720ea6421d64683624f230795a (diff)
downloadoauthlib-a0b46daa7ce182fa46321e3576a02b80087788cf.tar.gz
Fixed single typo in documentation
privilegues -> privileges
-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