From: Adam McKerlie Date: Wed, 29 Feb 2012 17:22:08 +0000 (-0500) Subject: Typo X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8b6097372935eb2e59683fe645691bd4e516b6a0;p=django-social-auth.git Typo --- diff --git a/social_auth/backends/contrib/flickr.py b/social_auth/backends/contrib/flickr.py index b6ba55b..9d4e467 100644 --- a/social_auth/backends/contrib/flickr.py +++ b/social_auth/backends/contrib/flickr.py @@ -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)