summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/db/migrations/recorder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/migrations/recorder.py b/django/db/migrations/recorder.py
index 2a3ff8bb99..3a972fe4c6 100644
--- a/django/db/migrations/recorder.py
+++ b/django/db/migrations/recorder.py
@@ -61,7 +61,7 @@ class MigrationRecorder:
if self.has_table():
return {tuple(x) for x in self.migration_qs.values_list('app', 'name')}
else:
- # If the django_migrations table doesn't eixst, then no migrations
+ # If the django_migrations table doesn't exist, then no migrations
# are applied.
return set()