summaryrefslogtreecommitdiff
path: root/django/templatetags
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-04-26 10:18:45 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-04-26 10:18:45 -0700
commit2bcb8bfc8de5cd57ebb64b326cd7609aa0d8c1c7 (patch)
tree6c0dc4b5f0d4dbcae6c181efc2b346799ac5caf3 /django/templatetags
parent8b5b199e20ad2d8d3e91873ce0cd5d3035e05ece (diff)
Fix many many typos in comments throughout the codebase
Diffstat (limited to 'django/templatetags')
-rw-r--r--django/templatetags/i18n.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/templatetags/i18n.py b/django/templatetags/i18n.py
index 984f122eac..96560d8068 100644
--- a/django/templatetags/i18n.py
+++ b/django/templatetags/i18n.py
@@ -352,7 +352,7 @@ def do_translate(parser, token):
def top(self):
value = self.value()
- # Backwards Compatiblity fix:
+ # Backwards Compatibility fix:
# FilterExpression does not support single-quoted strings,
# so we make a cheap localized fix in order to maintain
# backwards compatibility with existing uses of ``trans``