diff options
Diffstat (limited to 'rest_framework/authentication.py')
| -rw-r--r-- | rest_framework/authentication.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/rest_framework/authentication.py b/rest_framework/authentication.py index 36d74dd9..4832ad33 100644 --- a/rest_framework/authentication.py +++ b/rest_framework/authentication.py @@ -267,7 +267,7 @@ class OAuthAuthentication(BaseAuthentication):      def authenticate_header(self, request):          """          If permission is denied, return a '401 Unauthorized' response, -        with an appropraite 'WWW-Authenticate' header. +        with an appropriate 'WWW-Authenticate' header.          """          return 'OAuth realm="%s"' % self.www_authenticate_realm | 
