summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
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