Fix typo in Google OAuth error message.

This commit is contained in:
Reid Barton 2016-01-12 09:32:09 -05:00
parent 5d54f66047
commit ed412281d0
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ def finish_google_oauth2(request):
},
)
if resp.status_code != 200:
raise Exception('Could not convert google pauth2 code to access_token\r%r' % resp.text)
raise Exception('Could not convert google oauth2 code to access_token\r%r' % resp.text)
access_token = extract_json_response(resp)['access_token']
resp = requests.get(