Revision: 155
Author: eschler
Date: Wed Jul 25 13:08:00 2012
Log: Fixed typos in documentation. Resolves issue 82.
http://code.google.com/p/django-modeltranslation/source/detail?r=155
Modified:
/trunk/docs/modeltranslation/modeltranslation.txt
=======================================
--- /trunk/docs/modeltranslation/modeltranslation.txt Wed Jul 11 02:52:49
2012
+++ /trunk/docs/modeltranslation/modeltranslation.txt Wed Jul 25 13:08:00
2012
@@ -212,7 +212,7 @@
Changes automatically applied to the model class
------------------------------------------------
-After registering the ``News`` model for transaltion an SQL dump of the
+After registering the ``News`` model for translation an SQL dump of the
News app will look like this:
::
@@ -584,7 +584,7 @@
Caveats
=======
-Consider the following example (assuming the default lanuage is ``de``):
+Consider the following example (assuming the default language is ``de``):
::