summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-08-12 14:14:15 +0000
committerJannis Leidel <jannis@leidel.info>2011-08-12 14:14:15 +0000
commitbce890ace4a97ab7a7a9b918f1452c6592d9b08e (patch)
treebda6cf9653f58e6f77d30a8a26daf8ebe77772ac /extras
parent4a993fab18892596242a0b22c8fbd6c3ae2dde57 (diff)
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16598 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'extras')
-rwxr-xr-xextras/csrf_migration_helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/csrf_migration_helper.py b/extras/csrf_migration_helper.py
index 6aaf6b433d..94b5a20802 100755
--- a/extras/csrf_migration_helper.py
+++ b/extras/csrf_migration_helper.py
@@ -43,7 +43,7 @@
#
# - It's impossible to programmatically determine which forms should and should
# not have the token added. The developer must decide when to do this,
-# ensuring that the token is only added to internally targetted forms.
+# ensuring that the token is only added to internally targeted forms.
#
# - It's impossible to programmatically work out when a template is used. The
# attempts to trace back to view functions are guesses, and could easily fail