summaryrefslogtreecommitdiff
path: root/tests/indexes/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indexes/tests.py')
-rw-r--r--tests/indexes/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indexes/tests.py b/tests/indexes/tests.py
index 219dfe67b1..8dc81da6aa 100644
--- a/tests/indexes/tests.py
+++ b/tests/indexes/tests.py
@@ -81,7 +81,7 @@ class SchemaIndexesNotPostgreSQLTests(TransactionTestCase):
opclasses=['varchar_pattern_ops'],
)
with connection.schema_editor() as editor:
- # This would error if opclasses weren't ingored.
+ # This would error if opclasses weren't ignored.
editor.add_index(IndexedArticle2, index)