From e988aa39894f0ac8ac30cb3a35d785f087dc0dfd Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sun, 16 Sep 2007 10:49:27 +0000 Subject: [PATCH] Fixed a typo. I think I should get full marks for getting all the letters right, but some people insist they should be in the right order, too. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6355 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/modeltests/fixtures/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'] += \ """