summaryrefslogtreecommitdiff
path: root/tests/model_inheritance_regress
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-28 17:39:14 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-28 17:39:14 -0700
commit1dcc603efff8229838f27019668d864a0bcbfa59 (patch)
tree8c67764f440faeb095143498383ca57ecd4f09be /tests/model_inheritance_regress
parente79725cdf90e3271626ed66f70b63640d3fcc521 (diff)
downloaddjango-1dcc603efff8229838f27019668d864a0bcbfa59.tar.gz
Fixed several typos in Django
Diffstat (limited to 'tests/model_inheritance_regress')
-rw-r--r--tests/model_inheritance_regress/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/model_inheritance_regress/tests.py b/tests/model_inheritance_regress/tests.py
index 745a63f7e6..7e1c4b81bf 100644
--- a/tests/model_inheritance_regress/tests.py
+++ b/tests/model_inheritance_regress/tests.py
@@ -165,7 +165,7 @@ class ModelInheritanceTest(TestCase):
serves_hot_dogs=True,
serves_pizza=False)
- # This should delete both Restuarants, plus the related places, plus
+ # This should delete both Restaurants, plus the related places, plus
# the ItalianRestaurant.
Restaurant.objects.all().delete()