summaryrefslogtreecommitdiff
path: root/tests/migrations
diff options
context:
space:
mode:
authorSemen Zhydenko <simeon.zhidenko@gmail.com>2019-02-11 14:55:57 +0100
committerTim Graham <timograham@gmail.com>2019-02-11 08:56:10 -0500
commita536cf1f9f33ca6d509db0d1e36799a3243e4735 (patch)
tree81defe23aaab915e3126f01446dda42b09f935b0 /tests/migrations
parent1092bf02e6df48cb29f5355bb36b156f63f39d87 (diff)
[2.2.x] Fixed spelling mistakes in comments and tests.
Backport of 255d6a26a8839180b495c75f256641415c516b6f from master.
Diffstat (limited to 'tests/migrations')
-rw-r--r--tests/migrations/test_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/migrations/test_commands.py b/tests/migrations/test_commands.py
index c231440949..972983536e 100644
--- a/tests/migrations/test_commands.py
+++ b/tests/migrations/test_commands.py
@@ -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.
"""