From: Daniel Hepper Date: Mon, 19 Mar 2012 14:34:38 +0000 (+0100) Subject: Fixed typos in comments. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7756cd1e89917e6e0b276cb908b6f5e689fb3bb7;p=django-social-auth.git Fixed typos in comments. --- 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