From d4336ce674246d2528216c2be5d6596e5926bbc3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Mon, 15 Nov 2010 19:44:34 -0200 Subject: [PATCH] Typo --- social_auth/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social_auth/views.py b/social_auth/views.py index d3454a9..7864638 100644 --- a/social_auth/views.py +++ b/social_auth/views.py @@ -8,7 +8,7 @@ from django.contrib.auth import login, REDIRECT_FIELD_NAME from .auth import TwitterAuth, FacebookAuth, OpenIdAuth, GoogleAuth, YahooAuth -# Authenticatin backeds +# Authenticatin backends BACKENDS = { 'twitter': TwitterAuth, 'facebook': FacebookAuth, -- 2.39.5