summaryrefslogtreecommitdiff
path: root/tests/validators
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-04-26 10:18:45 -0700
committerTim Graham <timograham@gmail.com>2014-04-26 14:35:57 -0400
commit996564df4d70947913c70b071cf4a6841c658be2 (patch)
tree56dc9ab02361a56c6bf91c1f8a2bd0052c561a37 /tests/validators
parent3bb0f118ca375f25cd0c03a5733ee2ef9d79dfa5 (diff)
[1.7.x] Fix many many typos in comments throughout the codebase
Backport of 2bcb8bfc8d from master
Diffstat (limited to 'tests/validators')
-rw-r--r--tests/validators/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validators/tests.py b/tests/validators/tests.py
index 25f1e1b2f2..928c482107 100644
--- a/tests/validators/tests.py
+++ b/tests/validators/tests.py
@@ -88,7 +88,7 @@ TEST_DATA = (
(validate_ipv4_address, '25.1 .1.1', ValidationError),
# validate_ipv6_address uses django.utils.ipv6, which
- # is tested in much greater detail in it's own testcase
+ # is tested in much greater detail in its own testcase
(validate_ipv6_address, 'fe80::1', None),
(validate_ipv6_address, '::1', None),
(validate_ipv6_address, '1:2:3:4:5:6:7:8', None),