summaryrefslogtreecommitdiff
path: root/django/utils/regex_helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/utils/regex_helper.py')
-rw-r--r--django/utils/regex_helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/utils/regex_helper.py b/django/utils/regex_helper.py
index 199b4ea87d..60a0e7acfa 100644
--- a/django/utils/regex_helper.py
+++ b/django/utils/regex_helper.py
@@ -169,7 +169,7 @@ def normalize(pattern):
count, ch = get_quantifier(ch, pattern_iter)
if ch:
# We had to look ahead, but it wasn't need to compute the
- # quanitifer, so use this character next time around the
+ # quantifier, so use this character next time around the
# main loop.
consume_next = False