Fix typo
authorMagnus Hagander <magnus@hagander.net>
Thu, 20 Jun 2019 16:07:59 +0000 (18:07 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 20 Jun 2019 16:49:25 +0000 (18:49 +0200)
pgweb/account/oauthclient.py

index e6765a0ff9891b4c296a8c81ec2f9692ad938fe5..42d0dc2572a8a060f4b093720adbb798169619cf 100644 (file)
@@ -204,5 +204,5 @@ def login_oauth(request, provider):
         except OAuthException as e:
             return HttpResponse(e)
         except Exception as e:
-            log.error('Excpetion during OAuth: %s' % e)
+            log.error('Exception during OAuth: %s' % e)
             return HttpResponse('An unhandled exception occurred during the authentication process')