summaryrefslogtreecommitdiff
path: root/tests/forms_tests
diff options
context:
space:
mode:
authorJulien Phalip <jphalip@gmail.com>2013-07-27 18:45:25 -0700
committerJulien Phalip <jphalip@gmail.com>2013-07-27 18:46:03 -0700
commit47c755327be9a3b976f5f78fc21f336f27aa6413 (patch)
tree642bce46ec934223ed4a17ac3c6dbcbfdf953b8b /tests/forms_tests
parentca39c0a6becf497880181b3a5ef6db84130f9723 (diff)
Fixed a number of minor misspellings.
Diffstat (limited to 'tests/forms_tests')
-rw-r--r--tests/forms_tests/tests/test_forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/forms_tests/tests/test_forms.py b/tests/forms_tests/tests/test_forms.py
index c77181273c..89c19cc5a4 100644
--- a/tests/forms_tests/tests/test_forms.py
+++ b/tests/forms_tests/tests/test_forms.py
@@ -1824,7 +1824,7 @@ class FormsTestCase(TestCase):
# passing just one argument: overrides the field's label
(('custom',), {}, '<label for="id_field">custom:</label>'),
- # the overriden label is escaped
+ # the overridden label is escaped
(('custom&',), {}, '<label for="id_field">custom&amp;:</label>'),
((mark_safe('custom&'),), {}, '<label for="id_field">custom&:</label>'),