diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-26 10:18:45 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-04-26 14:35:57 -0400 |
| commit | 996564df4d70947913c70b071cf4a6841c658be2 (patch) | |
| tree | 56dc9ab02361a56c6bf91c1f8a2bd0052c561a37 /tests/model_forms | |
| parent | 3bb0f118ca375f25cd0c03a5733ee2ef9d79dfa5 (diff) | |
[1.7.x] Fix many many typos in comments throughout the codebase
Backport of 2bcb8bfc8d from master
Diffstat (limited to 'tests/model_forms')
| -rw-r--r-- | tests/model_forms/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/model_forms/tests.py b/tests/model_forms/tests.py index 468f83686e..38d1260de0 100644 --- a/tests/model_forms/tests.py +++ b/tests/model_forms/tests.py @@ -1854,7 +1854,7 @@ class FileAndImageFieldTests(TestCase): @skipUnless(test_images, "Pillow/PIL not installed") def test_image_field(self): - # ImageField and FileField are nearly identical, but they differ slighty when + # ImageField and FileField are nearly identical, but they differ slightly when # it comes to validation. This specifically tests that #6302 is fixed for # both file fields and image fields. |
