Django

Code

Changeset 6355

Show
Ignore:
Timestamp:
09/16/07 05:49:27 (10 months ago)
Author:
mtredinnick
Message:

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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/tests/modeltests/fixtures/models.py

    r6353 r6355  
    5757"""} 
    5858 
    59 # Database flushing does not work on MySQL with the default storage engine, 
    60 # because it requires transaction spuport. 
     59# Database flushing does not work on MySQL with the default storage engine 
     60# because it requires transaction support. 
    6161if settings.DATABASE_ENGINE not in ('mysql', 'mysql_old'): 
    6262    __test__['API_TESTS'] += \