Fixed typos in code comments.

This commit is contained in:
Adam Taylor 2015-01-20 07:54:12 -07:00 committed by Tim Graham
parent dccf41cff0
commit 039465a6a7
26 changed files with 28 additions and 28 deletions

View file

@ -86,7 +86,7 @@ class StateTests(TestCase):
mgr2 = FoodManager('x', 'y', c=3, d=4)
class FoodOrderedManagers(models.Model):
# The managers on this model should be orderd by their creation
# The managers on this model should be ordered by their creation
# counter and not by the order in model body
food_no_mgr = NoMigrationFoodManager('x', 'y')