Author: mtredinnick
Date: 2007-09-16 05:49:27 -0500 (Sun, 16 Sep 2007)
New Revision: 6355

Modified:
   django/trunk/tests/modeltests/fixtures/models.py
Log:
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.


Modified: django/trunk/tests/modeltests/fixtures/models.py
===================================================================
--- django/trunk/tests/modeltests/fixtures/models.py    2007-09-16 10:04:26 UTC 
(rev 6354)
+++ django/trunk/tests/modeltests/fixtures/models.py    2007-09-16 10:49:27 UTC 
(rev 6355)
@@ -56,8 +56,8 @@
 [<Article: XML identified as leading cause of cancer>, <Article: Django 
conquers world!>, <Article: Copyright is fine the way it is>, <Article: Poker 
on TV is great!>, <Article: Python program becomes self aware>]
 """}
 
-# 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'] += \
 """


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to