]> git.parisson.com Git - django-social-auth.git/commitdiff
Fixed typos in comments.
authorDaniel Hepper <daniel.hepper@gmail.com>
Mon, 19 Mar 2012 14:34:38 +0000 (15:34 +0100)
committerDaniel Hepper <daniel.hepper@gmail.com>
Mon, 19 Mar 2012 14:34:38 +0000 (15:34 +0100)
social_auth/views.py

index 7790d6a10f9d9ac598909fe80f1206ba08167786..ec4687f8e0b48d5f45a2039cb855dd157f5b47b4 100644 (file)
@@ -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