]> git.parisson.com Git - django-social-auth.git/commitdiff
Typo
authorAdam McKerlie <adammckerlie@gmail.com>
Wed, 29 Feb 2012 17:22:08 +0000 (12:22 -0500)
committerAdam McKerlie <adammckerlie@gmail.com>
Wed, 29 Feb 2012 17:22:08 +0000 (12:22 -0500)
social_auth/backends/contrib/flickr.py

index b6ba55b351e64c54ec9f7e20857815a71bd62afc..9d4e4676b4fec430a158345ae6576fa784c4dd39 100644 (file)
@@ -58,7 +58,7 @@ class FlickrAuth(ConsumerBasedOAuth):
     def access_token(self, token):
         """Return request for access token value"""
         # Flickr is a bit different - it passes user information along with
-        # the access token, so temporarily store it to vie the user_data
+        # the access token, so temporarily store it to view the user_data
         # method easy access later in the flow!
         request = self.oauth_request(token, self.ACCESS_TOKEN_URL)
         response = self.fetch_response(request)