diff --git a/tests/modeltests/fixtures/models.py b/tests/modeltests/fixtures/models.py index def912391f..5b53115733 100644 --- a/tests/modeltests/fixtures/models.py +++ b/tests/modeltests/fixtures/models.py @@ -56,8 +56,8 @@ __test__ = {'API_TESTS': """ [, , , , ] """} -# Database flushing does not work on MySQL with the default storage engine, -# because it requires transaction spuport. +# Database flushing does not work on MySQL with the default storage engine +# because it requires transaction support. if settings.DATABASE_ENGINE not in ('mysql', 'mysql_old'): __test__['API_TESTS'] += \ """