diff --git a/zerver/views/__init__.py b/zerver/views/__init__.py index dde2ae62e2..269b2ed9cf 100644 --- a/zerver/views/__init__.py +++ b/zerver/views/__init__.py @@ -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(