summaryrefslogtreecommitdiff
path: root/tests/m2m_signals
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:03 -0500
commit039465a6a7a18f48ea77ceadb6949990c0ec92e1 (patch)
treecba4538131d680c040535e9ffe3af7c1db034655 /tests/m2m_signals
parentdccf41cff0f46a94aa1d853d1bad9052079bb454 (diff)
downloaddjango-039465a6a7a18f48ea77ceadb6949990c0ec92e1.tar.gz
Fixed typos in code comments.
Diffstat (limited to 'tests/m2m_signals')
-rw-r--r--tests/m2m_signals/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/m2m_signals/tests.py b/tests/m2m_signals/tests.py
index 31a83212f5..ea4649551d 100644
--- a/tests/m2m_signals/tests.py
+++ b/tests/m2m_signals/tests.py
@@ -90,7 +90,7 @@ class ManyToManySignalsTest(TestCase):
})
self.assertEqual(self.m2m_changed_messages, expected_messages)
- # give the BMW and Toyata some doors as well
+ # give the BMW and Toyota some doors as well
self.doors.car_set.add(self.bmw, self.toyota)
expected_messages.append({
'instance': self.doors,