[2.2.x] Fixed spelling mistakes in comments and tests.

Backport of 255d6a26a8 from master.
This commit is contained in:
Semen Zhydenko 2019-02-11 14:55:57 +01:00 committed by Tim Graham
parent 1092bf02e6
commit a536cf1f9f
3 changed files with 26 additions and 26 deletions

View file

@ -1535,7 +1535,7 @@ class SquashMigrationsTests(MigrationTestBase):
class AppLabelErrorTests(TestCase):
"""
This class inherits TestCase because MigrationTestBase uses
`availabe_apps = ['migrations']` which means that it's the only installed
`available_apps = ['migrations']` which means that it's the only installed
app. 'django.contrib.auth' must be in INSTALLED_APPS for some of these
tests.
"""