summaryrefslogtreecommitdiff
path: root/tests/queries
diff options
context:
space:
mode:
authorAdam Taylor <ataylor32@gmail.com>2015-01-20 07:54:12 -0700
committerTim Graham <timograham@gmail.com>2015-01-20 12:18:29 -0500
commit45aaced91e4789c3a08b17f0908010923361dbec (patch)
treef15fcd7d2a029c173f402083b51d7419b0031008 /tests/queries
parent90d9bf5ba46f806e7d4a7d19023f8d19028c4a27 (diff)
[1.8.x] Fixed typos in code comments.
Backport of 039465a6a7a18f48ea77ceadb6949990c0ec92e1 from master
Diffstat (limited to 'tests/queries')
-rw-r--r--tests/queries/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/queries/tests.py b/tests/queries/tests.py
index 92e5982e10..c8d8532df3 100644
--- a/tests/queries/tests.py
+++ b/tests/queries/tests.py
@@ -1771,7 +1771,7 @@ class DisjunctiveFilterTests(TestCase):
# Another variation on the disjunctive filtering theme.
# For the purposes of this regression test, it's important that there is no
- # Join object releated to the LeafA we create.
+ # Join object related to the LeafA we create.
LeafA.objects.create(data='first')
self.assertQuerysetEqual(LeafA.objects.all(), ['<LeafA: first>'])
self.assertQuerysetEqual(