From 7756cd1e89917e6e0b276cb908b6f5e689fb3bb7 Mon Sep 17 00:00:00 2001 From: Daniel Hepper Date: Mon, 19 Mar 2012 15:34:38 +0100 Subject: [PATCH] Fixed typos in comments. --- social_auth/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/social_auth/views.py b/social_auth/views.py index 7790d6a..ec4687f 100644 --- a/social_auth/views.py +++ b/social_auth/views.py @@ -1,8 +1,8 @@ """Views Notes: - * Some views are marked to avoid csrf tocken check becuase they relay - on third party providers that (if using POST) won't be sending crfs + * Some views are marked to avoid csrf tocken check because they rely + on third party providers that (if using POST) won't be sending csrf token back. """ from functools import wraps -- 2.39.5